Thread (20 messages) 20 messages, 4 authors, 2014-03-31

Re: [net-next v2 07/14] i40evf: remove double space after return

From: Or Gerlitz <hidden>
Date: 2014-03-28 19:58:31

On Fri, Mar 28, 2014 at 5:08 PM, Jeff Kirsher
[off-list ref] wrote:
From: Jesse Brandeburg <redacted>

There were two spaces between return and the value, we only need one.

Change-ID: Iaa42c33f50d8d149cdf1a4c9c1902295bfd991c4
Signed-off-by: Jesse Brandeburg <redacted>
Acked-by: Shannon Nelson <redacted>
Signed-off-by: Kevin Scott <redacted>
Signed-off-by: Catherine Sullivan <redacted>
Tested-by: Kavindya Deegala <redacted>
Signed-off-by: Jeff Kirsher <redacted>
Just out of curiosity, any special reason for four of the maintainers
to sign on a patch that remove a space?
quoted hunk ↗ jump to hunk
---
 drivers/net/ethernet/intel/i40evf/i40e_prototype.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/i40evf/i40e_prototype.h b/drivers/net/ethernet/intel/i40evf/i40e_prototype.h
index 862fcdf..97ab8c2 100644
--- a/drivers/net/ethernet/intel/i40evf/i40e_prototype.h
+++ b/drivers/net/ethernet/intel/i40evf/i40e_prototype.h
@@ -67,7 +67,7 @@ extern struct i40e_rx_ptype_decoded i40evf_ptype_lookup[];

 static inline struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype)
 {
-       return  i40evf_ptype_lookup[ptype];
+       return i40evf_ptype_lookup[ptype];
 }

 /* prototype for functions used for SW locks */
--
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help