mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
staging: lustre: lnet: Fix coding style errors
Replace a mix of tabs and spaces indentation by tabs only. Errors were reported by checkpatch.pl as WARNING: Statements should start on a tabstop WARNING: suspect code indent for conditional statement Signed-off-by: Maxime Rossi Bellom <mrossibellom@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4d9119132b
commit
63d8d50ce3
@ -1108,12 +1108,12 @@ ksocknal_create_conn(lnet_ni_t *ni, struct ksock_route *route,
|
||||
write_unlock_bh(global_lock);
|
||||
|
||||
if (!conn->ksnc_proto) {
|
||||
conn->ksnc_proto = &ksocknal_protocol_v3x;
|
||||
conn->ksnc_proto = &ksocknal_protocol_v3x;
|
||||
#if SOCKNAL_VERSION_DEBUG
|
||||
if (*ksocknal_tunables.ksnd_protocol == 2)
|
||||
conn->ksnc_proto = &ksocknal_protocol_v2x;
|
||||
else if (*ksocknal_tunables.ksnd_protocol == 1)
|
||||
conn->ksnc_proto = &ksocknal_protocol_v1x;
|
||||
if (*ksocknal_tunables.ksnd_protocol == 2)
|
||||
conn->ksnc_proto = &ksocknal_protocol_v2x;
|
||||
else if (*ksocknal_tunables.ksnd_protocol == 1)
|
||||
conn->ksnc_proto = &ksocknal_protocol_v1x;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user