aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_pdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/llc/llc_pdu.c')
-rw-r--r--net/llc/llc_pdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/llc_pdu.c b/net/llc/llc_pdu.c
index a28ce525d201..fa8324396db3 100644
--- a/net/llc/llc_pdu.c
+++ b/net/llc/llc_pdu.c
@@ -39,7 +39,7 @@ void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value)
39 39
40 llc_pdu_decode_pdu_type(skb, &pdu_type); 40 llc_pdu_decode_pdu_type(skb, &pdu_type);
41 pdu = llc_pdu_sn_hdr(skb); 41 pdu = llc_pdu_sn_hdr(skb);
42 42
43 switch (pdu_type) { 43 switch (pdu_type) {
44 case LLC_PDU_TYPE_I: 44 case LLC_PDU_TYPE_I:
45 case LLC_PDU_TYPE_S: 45 case LLC_PDU_TYPE_S: