]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: Add identifier names to function declarations
authorFabian Huegel <fabian_huegel@web.de>
Thu, 11 Jan 2018 17:16:59 +0000 (18:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Jan 2018 15:02:01 +0000 (16:02 +0100)
commit942381bf20ee071314a5b3a399146fc0cc8c5cd1
tree0db755fd0c07f43cde5a3527e60f57efed1c9edf
parenta84b9900ef57c2c8dcc17ebcacabe69ecd3d6273
staging: lustre: Add identifier names to function declarations

Checkpatch was complaining about missing identifier names in function
declarations. So we added the missing names according to the names in
the respective function implementation. *obd_import* was sometimes named
*import* and sometimes *imp* (in genops.c), so to avoid confusion we just
named it imp everywhere.

Signed-off-by: Fabian Huegel <fabian_huegel@web.de>
Signed-off-by: Christoph Volkert <linux@christoph-volkert.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/obd_class.h