e1000e: delete excessive space character in debug message
authorJean Sacren <sakiwit@gmail.com>
Tue, 5 Aug 2014 08:01:31 +0000 (08:01 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 12 Aug 2014 08:16:19 +0000 (01:16 -0700)
There is an excessive space character between the word and the
period in the debug message. So delete it.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/manage.c

index e156664..06edfca 100644 (file)
@@ -78,7 +78,7 @@ static s32 e1000_mng_enable_host_if(struct e1000_hw *hw)
        }
 
        if (i == E1000_MNG_DHCP_COMMAND_TIMEOUT) {
-               e_dbg("Previous command timeout failed .\n");
+               e_dbg("Previous command timeout failed.\n");
                return -E1000_ERR_HOST_INTERFACE_COMMAND;
        }