Re: [PATCH v3] checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing

2020-06-23 Thread Joe Perches
On Tue, 2020-06-23 at 23:18 +0100, Quentin Monnet wrote: > Checkpatch reports warnings when some specific structs are not declared > as const in the code. The list of structs to consider was initially > defined in the checkpatch.pl script itself, but it was later moved to an > external file (script

[PATCH v3] checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing

2020-06-23 Thread Quentin Monnet
Checkpatch reports warnings when some specific structs are not declared as const in the code. The list of structs to consider was initially defined in the checkpatch.pl script itself, but it was later moved to an external file (scripts/const_structs.checkpatch), in commit bf1fa1dae68e ("checkpatch: