From 4475b76b281a0fb5814c3f74a0e003081eed2336 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 9 Jan 2012 10:23:40 +0100 Subject: [PATCH] Minor spacing changes. --- devices/e1000/e1000_main-2.6.33-ethercat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/e1000/e1000_main-2.6.33-ethercat.c b/devices/e1000/e1000_main-2.6.33-ethercat.c index 157e142b..bdffb442 100644 --- a/devices/e1000/e1000_main-2.6.33-ethercat.c +++ b/devices/e1000/e1000_main-2.6.33-ethercat.c @@ -400,7 +400,7 @@ static void e1000_configure(struct e1000_adapter *adapter) /* fill rx ring completely! */ adapter->alloc_rx_buf(adapter, ring, ring->count); } else { - /* this one leaves the last ring element unallocated! */ + /* this one leaves the last ring element unallocated! */ adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); } @@ -1079,7 +1079,7 @@ static int __devinit e1000_probe(struct pci_dev *pdev, /* reset the hardware with the new settings */ e1000_reset(adapter); - // offer device to EtherCAT master module + // offer device to EtherCAT master module adapter->ecdev = ecdev_offer(netdev, ec_poll, THIS_MODULE); if (adapter->ecdev) { if (ecdev_open(adapter->ecdev)) { @@ -2099,7 +2099,7 @@ static void e1000_leave_82542_rst(struct e1000_adapter *adapter) /* fill rx ring completely! */ adapter->alloc_rx_buf(adapter, ring, ring->count); } else { - /* this one leaves the last ring element unallocated! */ + /* this one leaves the last ring element unallocated! */ adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); }