aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
index 2978014c22b2..842c45393b38 100644
--- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
+++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
@@ -334,7 +334,7 @@ struct ksock_conn {
334 atomic_t ksnc_conn_refcount;/* conn refcount */ 334 atomic_t ksnc_conn_refcount;/* conn refcount */
335 atomic_t ksnc_sock_refcount;/* sock refcount */ 335 atomic_t ksnc_sock_refcount;/* sock refcount */
336 struct ksock_sched *ksnc_scheduler; /* who schedules this connection 336 struct ksock_sched *ksnc_scheduler; /* who schedules this connection
337 */ 337 */
338 __u32 ksnc_myipaddr; /* my IP */ 338 __u32 ksnc_myipaddr; /* my IP */
339 __u32 ksnc_ipaddr; /* peer's IP */ 339 __u32 ksnc_ipaddr; /* peer's IP */
340 int ksnc_port; /* peer's port */ 340 int ksnc_port; /* peer's port */