From: Wei Liu Date: Mon, 22 Apr 2013 02:20:40 +0000 (+0000) Subject: xen-netfront: frags -> slots in log message X-Git-Tag: v3.10-rc1~120^2~65 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=697089dc13c52d668322ac6cb8548520de27ed0e;p=~andy%2Flinux xen-netfront: frags -> slots in log message Also fix a typo in comment. Signed-off-by: Wei Liu Acked-by: Ian Campbell Signed-off-by: David S. Miller --- diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index d9097a78696..1bb2e2072a6 100644 --- 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 backend. */ 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 frags\n"); + dev_warn(dev, "Too many slots\n"); err = -E2BIG; }