Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1537484
| From | Oleg Drokin <green@linuxhacker.ru> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] staging/lustre/socklnd: Fix whitespace problem |
| Date | 2016-12-07 06:00 +0100 |
| Message-ID | <sLCuK-3Hl-9@gated-at.bofh.it> (permalink) |
| References | <sLCuK-3Hl-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
index 2978014..842c453 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 {
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 */
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] Lustre style fixes Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100 [PATCH 2/5] staging/lustre/socklnd: Fix whitespace problem Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100 [PATCH 4/5] staging/lustre/o2iblnd: Fix misspelling intialized->intialized Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100 [PATCH 5/5] staging/lustre/o2iblnd: Fix misspelled attemps->attempts Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100 [PATCH 1/5] staging/lustre/o2iblnd: Add missing space Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100 [PATCH 3/5] staging/lustre: Convert all bare unsigned to unsigned int Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100
csiph-web