diff options
| author | Steve French <sfrench@us.ibm.com> | 2009-05-02 01:32:20 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2009-05-02 01:32:20 -0400 |
| commit | 989c7e512f4dc976b10803ab0c449bdaaf3eaabd (patch) | |
| tree | 05cdba5c81df7ba19d21d492e506962711262aa1 | |
| parent | afe48c31ea5c74eaac58621ce1c85ae8187c4383 (diff) | |
[CIFS] remove checkpatch warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 0ac32bd336d7..259f633ca594 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -2658,7 +2658,7 @@ CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon, | |||
| 2658 | does not go off the end of the buffer */ | 2658 | does not go off the end of the buffer */ |
| 2659 | cFYI(1, ("readlink result - %s", symlinkinfo)); | 2659 | cFYI(1, ("readlink result - %s", symlinkinfo)); |
| 2660 | } | 2660 | } |
| 2661 | 2661 | ||
| 2662 | qreparse_out: | 2662 | qreparse_out: |
| 2663 | cifs_buf_release(pSMB); | 2663 | cifs_buf_release(pSMB); |
| 2664 | 2664 | ||
