aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.c
diff options
context:
space:
mode:
authorShirish Pargaonkar <shirishp@gmail.com>2008-07-24 15:56:05 +0000
committerSteve French <sfrench@us.ibm.com>2008-07-24 15:56:05 +0000
commitef571cadd516e7ffcdeac6bb8054e5908fcccfcf (patch)
tree92238a391411fa5e054982d08af39e2207714c33 /fs/cifs/cifs_debug.c
parentb1910ad6222a705650dc991c003af43b94cdb3e1 (diff)
downloadkernel_samsung_smdk4412-ef571cadd516e7ffcdeac6bb8054e5908fcccfcf.zip
kernel_samsung_smdk4412-ef571cadd516e7ffcdeac6bb8054e5908fcccfcf.tar.gz
kernel_samsung_smdk4412-ef571cadd516e7ffcdeac6bb8054e5908fcccfcf.tar.bz2
[CIFS] Fix warnings from checkpatch
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_debug.c')
-rw-r--r--fs/cifs/cifs_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c
index c213aa4..688a2d4 100644
--- a/fs/cifs/cifs_debug.c
+++ b/fs/cifs/cifs_debug.c
@@ -208,9 +208,9 @@ static int cifs_debug_data_proc_show(struct seq_file *m, void *v)
seq_puts(m, " type: CDROM ");
else
seq_printf(m, " type: %d ", dev_type);
- if (tcon->tidStatus == CifsNeedReconnect) {
+
+ if (tcon->tidStatus == CifsNeedReconnect)
seq_puts(m, "\tDISCONNECTED ");
- }
}
read_unlock(&GlobalSMBSeslock);