Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369365
b: refs/heads/master
c: 697089d
h: refs/heads/master
i:
  369363: 7413caa
v: v3
  • Loading branch information
Wei Liu authored and David S. Miller committed Apr 22, 2013
1 parent 7a3e754 commit 7678f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bd92cd2a5f96458519ed4cbbf90d9bd108edcc6
refs/heads/master: 697089dc13c52d668322ac6cb8548520de27ed0e
4 changes: 2 additions & 2 deletions trunk/drivers/net/xen-netfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 backend.
*/
if (ref == GRANT_INVALID_REF) {
if (net_ratelimit())
Expand Down Expand Up @@ -771,7 +771,7 @@ static int xennet_get_responses(struct netfront_info *np,

if (unlikely(slots > max)) {
if (net_ratelimit())
dev_warn(dev, "Too many frags\n");
dev_warn(dev, "Too many slots\n");
err = -E2BIG;
}

Expand Down

0 comments on commit 7678f28

Please sign in to comment.