]> xenbits.xensource.com Git - xen.git/commitdiff
netif.h: fix typo, BLKIF -> NETIF
authorWei Liu <wei.liu2@citrix.com>
Mon, 8 Jul 2013 09:04:27 +0000 (11:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 8 Jul 2013 09:04:27 +0000 (11:04 +0200)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/public/io/netif.h

index d477751d7355d75b95099bc825742775b411e928..3aa2decc5d70b63c5a26477300afae5d2704cf64 100644 (file)
@@ -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;