summaryrefslogtreecommitdiffstats
path: root/net/llc/llc_pdu.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-07-13 01:15:04 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-13 17:20:39 -0700
commit74c950c966c180c599d0af3043ab8959e74493d5 (patch)
treeafe4c0017230c9fd27e29e713a5c1e29dd46f208 /net/llc/llc_pdu.c
parentb51cd7c834dba0ec9300337e16e5aa5bf65bd04c (diff)
downloadlinux-74c950c966c180c599d0af3043ab8959e74493d5.tar.bz2
net: llc: kerneldoc fixes
Simple fixes which require no deep knowledge of the code. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
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 2e6cb79196bb..792d195c8bae 100644
--- a/net/llc/llc_pdu.c
+++ b/net/llc/llc_pdu.c
@@ -25,7 +25,7 @@ void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type)
/**
* pdu_set_pf_bit - sets poll/final bit in LLC header
- * @pdu_frame: input frame that p/f bit must be set into it.
+ * @skb: Frame to set bit in
* @bit_value: poll/final bit (0 or 1).
*
* This function sets poll/final bit in LLC header (based on type of PDU).