From 5226cfc500022104d92813ee218608e80f56ead6 Mon Sep 17 00:00:00 2001 From: "Lendacky, Thomas" Date: Wed, 12 Nov 2014 10:37:49 -0600 Subject: [PATCH] amd-xgbe: Fix sparse endian warnings Change the types of the descriptor entries in the xgbe_ring_desc struct from u32 to __le32 to fix endian warnings issued by sparse. Signed-off-by: Tom Lendacky Reported-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-format-patch failed