]> asedeno.scripts.mit.edu Git - linux.git/commit
platform/x86: dell-smbios: Correct some style warnings
authorMario Limonciello <mario.limonciello@dell.com>
Tue, 27 Feb 2018 18:23:02 +0000 (12:23 -0600)
committerDarren Hart (VMware) <dvhart@infradead.org>
Fri, 9 Mar 2018 17:35:16 +0000 (09:35 -0800)
commitb53539625e7fb62880af0599202b8cf06efb94a0
tree09c838fd8974ec496872ab4743e2772645840976
parent1cedc6385d5f7310af0a08831c6c4303486ba850
platform/x86: dell-smbios: Correct some style warnings

WARNING: function definition argument 'struct calling_interface_buffer *'
should also have an identifier name
+       int (*call_fn)(struct calling_interface_buffer *);

WARNING: Block comments use * on subsequent lines
+       /* 4 bytes of table header, plus 7 bytes of Dell header,
plus at least
+          6 bytes of entry */

WARNING: Block comments use a trailing */ on a separate line
+          6 bytes of entry */

Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/dell-smbios.c