drivers/net: Move && and || to end of previous line
Only files where David Miller is the primary git-signer. wireless, wimax, ixgbe, etc are not modified. Compile tested x86 allyesconfig only Not all files compiled (not x86 compatible) Added a few > 80 column lines, which I ignored. Existing checkpatch complaints ignored. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3454f83583
commit
8e95a2026f
@@ -2382,8 +2382,8 @@ static struct pci_driver be_driver = {
|
||||
|
||||
static int __init be_init_module(void)
|
||||
{
|
||||
if (rx_frag_size != 8192 && rx_frag_size != 4096
|
||||
&& rx_frag_size != 2048) {
|
||||
if (rx_frag_size != 8192 && rx_frag_size != 4096 &&
|
||||
rx_frag_size != 2048) {
|
||||
printk(KERN_WARNING DRV_NAME
|
||||
" : Module param rx_frag_size must be 2048/4096/8192."
|
||||
" Using 2048\n");
|
||||
|
Reference in New Issue
Block a user