Commit e34c0246 authored by Wei Liu's avatar Wei Liu Committed by David S. Miller

netback: fix typo in comment

"variables a used" should be "variables are used".
Signed-off-by: default avatarWei Liu <wei.liu2@citrix.com>
Acked-by: default avatarIan Campbell <ian.campbell@citrix.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 16ecba26
...@@ -395,7 +395,7 @@ static void netbk_gop_frag_copy(struct xenvif *vif, struct sk_buff *skb, ...@@ -395,7 +395,7 @@ static void netbk_gop_frag_copy(struct xenvif *vif, struct sk_buff *skb,
struct gnttab_copy *copy_gop; struct gnttab_copy *copy_gop;
struct netbk_rx_meta *meta; struct netbk_rx_meta *meta;
/* /*
* These variables a used iff get_page_ext returns true, * These variables are used iff get_page_ext returns true,
* in which case they are guaranteed to be initialized. * in which case they are guaranteed to be initialized.
*/ */
unsigned int uninitialized_var(group), uninitialized_var(idx); unsigned int uninitialized_var(group), uninitialized_var(idx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment