From: Wei Liu Date: Mon, 8 Jul 2013 09:04:27 +0000 (+0200) Subject: netif.h: fix typo, BLKIF -> NETIF X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6657 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8960761b1c0958f73bb9a4a23daa1bfad46af40e;p=xen.git netif.h: fix typo, BLKIF -> NETIF Signed-off-by: Wei Liu Acked-by: Ian Campbell --- diff --git a/xen/include/public/io/netif.h b/xen/include/public/io/netif.h index d477751d73..3aa2decc5d 100644 --- a/xen/include/public/io/netif.h +++ b/xen/include/public/io/netif.h @@ -206,7 +206,7 @@ struct netif_rx_response { uint16_t id; uint16_t offset; /* Offset in page of start of received packet */ uint16_t flags; /* NETRXF_* */ - int16_t status; /* -ve: BLKIF_RSP_* ; +ve: Rx'ed pkt size. */ + int16_t status; /* -ve: NETIF_RSP_* ; +ve: Rx'ed pkt size. */ }; typedef struct netif_rx_response netif_rx_response_t;