projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd92cd
)
xen-netfront: frags -> slots in log message
author
Wei Liu
<
[email protected]
>
Mon, 22 Apr 2013 02:20:40 +0000
(
02:20
+0000)
committer
David S. Miller
<
[email protected]
>
Mon, 22 Apr 2013 19:37:01 +0000
(15:37 -0400)
Also fix a typo in comment.
Signed-off-by: Wei Liu <
[email protected]
>
Acked-by: Ian Campbell <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/xen-netfront.c
patch
|
blob
|
history
diff --git
a/drivers/net/xen-netfront.c
b/drivers/net/xen-netfront.c
index d9097a786962ad4c487d01cff7f71321540d1762..1bb2e2072a6a4078ca6953529970c0e6401cb83f 100644
(file)
--- a/
drivers/net/xen-netfront.c
+++ b/
drivers/net/xen-netfront.c
@@
-735,7
+735,7
@@
static int xennet_get_responses(struct netfront_info *np,
/*
* This definitely indicates a bug, either in this driver or in
* the backend driver. In future this should flag the bad
- * situation to the system controller to reboot the backed.
+ * situation to the system controller to reboot the backe
n
d.
*/
if (ref == GRANT_INVALID_REF) {
if (net_ratelimit())
@@
-771,7
+771,7
@@
next:
if (unlikely(slots > max)) {
if (net_ratelimit())
- dev_warn(dev, "Too many
frag
s\n");
+ dev_warn(dev, "Too many
slot
s\n");
err = -E2BIG;
}