mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
Staging: lustre: Clean up Coding style Fix
Preferred use of '*' is adjacent to the data name or function name Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
23191c97c0
commit
f559cfe37b
@@ -147,7 +147,7 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd,
|
||||
char *s1, char *s2, char *s3, char *s4)
|
||||
{
|
||||
struct lustre_cfg_bufs bufs;
|
||||
struct lustre_cfg * lcfg = NULL;
|
||||
struct lustre_cfg *lcfg = NULL;
|
||||
int rc;
|
||||
|
||||
CDEBUG(D_TRACE, "lcfg %s %#x %s %s %s %s\n", cfgname,
|
||||
|
||||
Reference in New Issue
Block a user