]> asedeno.scripts.mit.edu Git - linux.git/commit
r8169: remove manual padding in struct ring_info
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 19 Nov 2018 21:38:22 +0000 (22:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2018 01:32:15 +0000 (17:32 -0800)
commitad45ff0c12e530dd52b8c9ecc46959fb4e468e2b
treeee1483d869dbb2ca2c243c792e63f4eeaf3ab1c3
parentb10ceb55710dd2574fd61ed54fd94aab263f4af3
r8169: remove manual padding in struct ring_info

The compiler takes care of alignment and padding, I see no need to
bother him with manual hints.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c