Thread (3 messages) flat view 3 messages, 3 authors, 2020-08-17

Re: [PATCH net] ptp: ptp_clockmatrix: use i2c_master_send for i2c write

From: David Miller <davem@davemloft.net>
Date: 2020-08-17 21:58:48
Also in: lkml

From: <redacted>
Date: Mon, 17 Aug 2020 11:37:35 -0400
quoted hunk ↗ jump to hunk
@@ -53,7 +53,9 @@
 
 #define OUTPUT_MODULE_FROM_INDEX(index)	(OUTPUT_0 + (index) * 0x10)
 
-#define PEROUT_ENABLE_OUTPUT_MASK		(0xdeadbeef)
+#define PEROUT_ENABLE_OUTPUT_MASK	(0xdeadbeef)
+
+#define IDTCM_MAX_WRITE_COUNT		(512)
Why adjust the indentation of the value of PEROUT_ENABLE_OUTPUT_MASK?  It is meant
to line up with OUTPUT_MODULE_FROM_INDEX.

Please do not make unrelated changes like this and follow existing style and
indentation.

Thank you.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help