aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wimax/i2400m/rx.c')
-rw-r--r--drivers/net/wimax/i2400m/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/rx.c b/drivers/net/wimax/i2400m/rx.c
index e3d2a9de023c..7ddb173fd4a7 100644
--- a/drivers/net/wimax/i2400m/rx.c
+++ b/drivers/net/wimax/i2400m/rx.c
@@ -1194,7 +1194,7 @@ error:
1194 * device. See the file header for the format. Run all checks on the 1194 * device. See the file header for the format. Run all checks on the
1195 * buffer header, then run over each payload's descriptors, verify 1195 * buffer header, then run over each payload's descriptors, verify
1196 * their consistency and act on each payload's contents. If 1196 * their consistency and act on each payload's contents. If
1197 * everything is succesful, update the device's statistics. 1197 * everything is successful, update the device's statistics.
1198 * 1198 *
1199 * Note: You need to set the skb to contain only the length of the 1199 * Note: You need to set the skb to contain only the length of the
1200 * received buffer; for that, use skb_trim(skb, RECEIVED_SIZE). 1200 * received buffer; for that, use skb_trim(skb, RECEIVED_SIZE).