Skip to content

Commit

Permalink
[LLC]: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jochen Friedrich <[email protected]>
Acked-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jochen Friedrich authored and davem330 committed Nov 15, 2005
1 parent 451677c commit cf22535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/llc_pdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static inline void llc_pdu_init_as_test_rsp(struct sk_buff *skb,

/* LLC Type 1 XID command/response information fields format */
struct llc_xid_info {
u8 fmt_id; /* always 0x18 for LLC */
u8 fmt_id; /* always 0x81 for LLC */
u8 type; /* different if NULL/non-NULL LSAP */
u8 rw; /* sender receive window */
};
Expand Down

0 comments on commit cf22535

Please sign in to comment.