mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02: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:
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user