Re: [PATCH v3 2/3] net/macb: Add whitespace around arithmetic operators

2015-01-15 Thread David Miller
From: Xander Huff Date: Thu, 15 Jan 2015 15:45:15 -0600 > Spaces should surround add, multiply, and bitshift operators. > > Signed-off-by: Xander Huff Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

[PATCH v3 2/3] net/macb: Add whitespace around arithmetic operators

2015-01-15 Thread Xander Huff
Spaces should surround add, multiply, and bitshift operators. Signed-off-by: Xander Huff --- Re-sending to properly include David Laight drivers/net/ethernet/cadence/macb.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb.c b/driv

[PATCH v3 2/3] net/macb: Add whitespace around arithmetic operators

2015-01-15 Thread Xander Huff
Spaces should surround add, multiply, and bitshift operators. Signed-off-by: Xander Huff --- drivers/net/ethernet/cadence/macb.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index dd8c202