Mon, Apr 22, 2019 at 09:23:02PM CEST, jakub.kicin...@netronome.com wrote: >On Sat, 20 Apr 2019 12:29:14 +0200, Jiri Pirko wrote: >> +static ssize_t del_device_store(struct bus_type *bus, const char *buf, >> + size_t count) > >Please use the existing format of breaking multiline function >declaration, if retype is longer than 3 chars it should be on a >separate line:
Where is it written down? First time I hear about such rule. > >type >name(arg, arg, .. > arg, arg) > >Please fix everywhere.