staging/lustre/socklnd: Fix whitespace problem
authorOleg Drokin <green@linuxhacker.ru>
Wed, 7 Dec 2016 04:57:37 +0000 (23:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Dec 2016 15:30:23 +0000 (16:30 +0100)
checkpatch highlighted there are 8 spaces that could be converted to a tab:
ERROR: code indent should use tabs where possible
+^I^I^I^I^I         */$

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h

index 2978014c22b235b7b9c3f4be04b2b43072dfd3c0..842c45393b38f0bfb40541ff9f92b9b5ce7d7901 100644 (file)
@@ -334,7 +334,7 @@ struct ksock_conn {
        atomic_t           ksnc_conn_refcount;/* conn refcount */
        atomic_t           ksnc_sock_refcount;/* sock refcount */
        struct ksock_sched *ksnc_scheduler;     /* who schedules this connection
-                                                */
+                                                */
        __u32              ksnc_myipaddr;     /* my IP */
        __u32              ksnc_ipaddr;       /* peer's IP */
        int                ksnc_port;         /* peer's port */