projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971485a
)
caif_usb: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 00:45:55 +0000
(
00:45
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Jan 2020 07:12:06 +0000
(08:12 +0100)
There is a spelling mistake in a pr_warn message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/caif_usb.c
patch
|
blob
|
history
diff --git
a/net/caif/caif_usb.c
b/net/caif/caif_usb.c
index 76bd67891fb399621163f08d52096c335ba6dc48..a0116b9503d9da9a2733f0b7f8aae4f1b3ceeda9 100644
(file)
--- a/
net/caif/caif_usb.c
+++ b/
net/caif/caif_usb.c
@@
-62,7
+62,7
@@
static int cfusbl_transmit(struct cflayer *layr, struct cfpkt *pkt)
hpad = (info->hdr_len + CFUSB_PAD_DESCR_SZ) & (CFUSB_ALIGNMENT - 1);
if (skb_headroom(skb) < ETH_HLEN + CFUSB_PAD_DESCR_SZ + hpad) {
- pr_warn("Headroom to small\n");
+ pr_warn("Headroom to
o
small\n");
kfree_skb(skb);
return -EIO;
}