Skip to content

Commit

Permalink
[CIFS] Fix typos in rfc1002pdu.h
Browse files Browse the repository at this point in the history
Pointed out by Leo Comitale

Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Dec 31, 2005
1 parent eea60ca commit fdf7f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/cifs/rfc1002pdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
/* NB: unlike smb/cifs packets, the RFC1002 structures are big endian */

/* RFC 1002 session packet types */
#define RFC1002_SESSION_MESASAGE 0x00
#define RFC1002_SESSION_MESSAGE 0x00
#define RFC1002_SESSION_REQUEST 0x81
#define RFC1002_POSITIVE_SESSION_RESPONSE 0x82
#define RFC1002_NEGATIVE_SESSION_RESPONSE 0x83
#define RFC1002_RETARGET_SESSION_RESPONSE 0x83
#define RFC1002_RETARGET_SESSION_RESPONSE 0x84
#define RFC1002_SESSION_KEEP_ALIVE 0x85

/* RFC 1002 flags (only one defined */
Expand Down

0 comments on commit fdf7f2e

Please sign in to comment.