From: Matthew Vick Date: Fri, 16 Mar 2012 09:03:01 +0000 (+0000) Subject: e1000e: Minor comment clean-up. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=397c020ac2edd6757a9bcec2275e02e1ccbc57bf;p=linux-beck.git e1000e: Minor comment clean-up. Move the first phrase of a multi-line comment to the second line. Signed-off-by: Matthew Vick Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index 2c38a65ade87..6b63388f6e8d 100644 --- a/drivers/net/ethernet/intel/e1000e/netdev.c +++ b/drivers/net/ethernet/intel/e1000e/netdev.c @@ -1053,7 +1053,8 @@ static void e1000_print_hw_hang(struct work_struct *work) if (!adapter->tx_hang_recheck && (adapter->flags2 & FLAG2_DMA_BURST)) { - /* May be block on write-back, flush and detect again + /* + * May be block on write-back, flush and detect again * flush pending descriptor writebacks to memory */ ew32(TIDV, adapter->tx_int_delay | E1000_TIDV_FPD);