xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netif.h: fix typo, BLKIF -> NETIF
@ 2013-07-05 12:27 Wei Liu
  2013-07-07 17:41 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2013-07-05 12:27 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 xen/include/public/io/netif.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/public/io/netif.h b/xen/include/public/io/netif.h
index d477751..3aa2dec 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;
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netif.h: fix typo, BLKIF -> NETIF
  2013-07-05 12:27 [PATCH] netif.h: fix typo, BLKIF -> NETIF Wei Liu
@ 2013-07-07 17:41 ` Ian Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2013-07-07 17:41 UTC (permalink / raw)
  To: Wei Liu; +Cc: xen-devel

On Fri, 2013-07-05 at 13:27 +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

> ---
>  xen/include/public/io/netif.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/include/public/io/netif.h b/xen/include/public/io/netif.h
> index d477751..3aa2dec 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;
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-07 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 12:27 [PATCH] netif.h: fix typo, BLKIF -> NETIF Wei Liu
2013-07-07 17:41 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).