commit | ef571cadd516e7ffcdeac6bb8054e5908fcccfcf | [log] [tgz] |
---|---|---|
author | Shirish Pargaonkar <shirishp@gmail.com> | Thu Jul 24 15:56:05 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Jul 24 15:56:05 2008 +0000 |
tree | 92238a391411fa5e054982d08af39e2207714c33 | |
parent | b1910ad6222a705650dc991c003af43b94cdb3e1 [diff] [blame] |
[CIFS] Fix warnings from checkpatch Signed-off-by: Steve French <sfrench@us.ibm.com>
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 @@ 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);