diff options
author | Steve French <sfrench@us.ibm.com> | 2007-06-05 18:30:44 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-06-05 18:30:44 +0000 |
commit | 5fdae1f681426d23eadcb99566030781ba8c65c9 (patch) | |
tree | 14c07ff8e6ad2a9ece8349e4be3f95455d6fb3af /fs/cifs/rfc1002pdu.h | |
parent | e6985c7f6842fa040d058640e363140ad1730dc5 (diff) | |
download | linux-3.10-5fdae1f681426d23eadcb99566030781ba8c65c9.tar.gz linux-3.10-5fdae1f681426d23eadcb99566030781ba8c65c9.tar.bz2 linux-3.10-5fdae1f681426d23eadcb99566030781ba8c65c9.zip |
[CIFS] whitespace cleanup
Various coding style problems found by running fs/cifs
against the new checkpatch.pl script. Since there
were too many to fit in one patch. Updated the first
four files.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/rfc1002pdu.h')
-rw-r--r-- | fs/cifs/rfc1002pdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/rfc1002pdu.h b/fs/cifs/rfc1002pdu.h index aede606132a..8b69fcceb59 100644 --- a/fs/cifs/rfc1002pdu.h +++ b/fs/cifs/rfc1002pdu.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* NB: unlike smb/cifs packets, the RFC1002 structures are big endian */ |