Remove extra struct page member from the buffer info structure
declaration. Reported-by: Andi Kleen <andi@firstfloor.org> Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Tested-by: Emil Tantilov <emil.s.tantilov@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
eca2a33c98
commit
b1d670f10e
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ struct igbvf_buffer {
|
|||
unsigned int page_offset;
|
||||
};
|
||||
};
|
||||
struct page *page;
|
||||
};
|
||||
|
||||
union igbvf_desc {
|
||||
|
|
Loading…
Reference in a new issue