提交 6b02ac34 编写于 作者: O Oleg Drokin 提交者: Greg Kroah-Hartman

staging/lustre/socklnd: Fix whitespace problem

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: NOleg Drokin <green@linuxhacker.ru>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8773159a
...@@ -334,7 +334,7 @@ struct ksock_conn { ...@@ -334,7 +334,7 @@ struct ksock_conn {
atomic_t ksnc_conn_refcount;/* conn refcount */ atomic_t ksnc_conn_refcount;/* conn refcount */
atomic_t ksnc_sock_refcount;/* sock refcount */ atomic_t ksnc_sock_refcount;/* sock refcount */
struct ksock_sched *ksnc_scheduler; /* who schedules this connection struct ksock_sched *ksnc_scheduler; /* who schedules this connection
*/ */
__u32 ksnc_myipaddr; /* my IP */ __u32 ksnc_myipaddr; /* my IP */
__u32 ksnc_ipaddr; /* peer's IP */ __u32 ksnc_ipaddr; /* peer's IP */
int ksnc_port; /* peer's port */ int ksnc_port; /* peer's port */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册