staging: lustre: fix pointer whitespace style
Fix errors reported by checkpatch of this kind: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Spencer Baugh <sbaugh@andrew.cmu.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
db7b4b391e
commit
727543d639
@ -103,9 +103,9 @@ enum lustre_imp_state {
|
||||
};
|
||||
|
||||
/** Returns test string representation of numeric import state \a state */
|
||||
static inline char * ptlrpc_import_state_name(enum lustre_imp_state state)
|
||||
static inline char *ptlrpc_import_state_name(enum lustre_imp_state state)
|
||||
{
|
||||
static char* import_state_names[] = {
|
||||
static char *import_state_names[] = {
|
||||
"<UNKNOWN>", "CLOSED", "NEW", "DISCONN",
|
||||
"CONNECTING", "REPLAY", "REPLAY_LOCKS", "REPLAY_WAIT",
|
||||
"RECOVER", "FULL", "EVICTED",
|
||||
|
Loading…
x
Reference in New Issue
Block a user