All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v1 1/1] igc: Indentation fixes
@ 2021-05-24  6:09 Sasha Neftin
  2021-06-02  9:56 ` Dvora Fuxbrumer
  0 siblings, 1 reply; 2+ messages in thread
From: Sasha Neftin @ 2021-05-24  6:09 UTC (permalink / raw)
  To: intel-wired-lan

Minor fix of indentation in igc_defines.h

Fixes: 87938851b6efb ("igc: enable auxiliary PHC functions for the i225")
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
---
 drivers/net/ethernet/intel/igc/igc_defines.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
index 8f6ba2b8d9e6..26a6ca004697 100644
--- a/drivers/net/ethernet/intel/igc/igc_defines.h
+++ b/drivers/net/ethernet/intel/igc/igc_defines.h
@@ -99,8 +99,8 @@
 #define IGC_CTRL_RFCE		0x08000000  /* Receive Flow Control enable */
 #define IGC_CTRL_TFCE		0x10000000  /* Transmit flow control enable */
 
-#define IGC_CTRL_SDP0_DIR 0x00400000	/* SDP0 Data direction */
-#define IGC_CTRL_SDP1_DIR 0x00800000	/* SDP1 Data direction */
+#define IGC_CTRL_SDP0_DIR	0x00400000  /* SDP0 Data direction */
+#define IGC_CTRL_SDP1_DIR	0x00800000  /* SDP1 Data direction */
 
 /* As per the EAS the maximum supported size is 9.5KB (9728 bytes) */
 #define MAX_JUMBO_FRAME_SIZE	0x2600
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] [PATCH v1 1/1] igc: Indentation fixes
  2021-05-24  6:09 [Intel-wired-lan] [PATCH v1 1/1] igc: Indentation fixes Sasha Neftin
@ 2021-06-02  9:56 ` Dvora Fuxbrumer
  0 siblings, 0 replies; 2+ messages in thread
From: Dvora Fuxbrumer @ 2021-06-02  9:56 UTC (permalink / raw)
  To: intel-wired-lan

On 24/05/2021 09:09, Sasha Neftin wrote:
> Minor fix of indentation in igc_defines.h
> 
> Fixes: 87938851b6efb ("igc: enable auxiliary PHC functions for the i225")
> Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
> ---
>   drivers/net/ethernet/intel/igc/igc_defines.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-02  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  6:09 [Intel-wired-lan] [PATCH v1 1/1] igc: Indentation fixes Sasha Neftin
2021-06-02  9:56 ` Dvora Fuxbrumer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.