davidker / unisys_attic

Stale branches from unisys.git go here.
Other
0 stars 0 forks source link

CAT: checkpatch: visorbus.h: function definition should have an identifier name #17

Closed davidker closed 7 years ago

davidker commented 7 years ago

For visorbus.h checkpatch is returning these errors:

drivers/staging/unisys/include/visorbus.h:175: WARNING: function definition argument 'struct visor_driver ' should also have an identifier name drivers/staging/unisys/include/visorbus.h:176: WARNING: function definition argument 'struct visor_driver ' should also have an identifier name

To run checkpatch on file: scripts/checkpatch.pl --terse --strict --no-summary -f drivers/staging/unisys/visorbus.h

Complexity: 1