All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] Staging: pi433: Fix line over 80 characters issue
@ 2019-03-03 10:01 Debleena Sen
  2019-03-03 10:06 ` [Outreachy kernel] " Julia Lawall
  2019-03-05  7:40 ` Greg KH
  0 siblings, 2 replies; 8+ messages in thread
From: Debleena Sen @ 2019-03-03 10:01 UTC (permalink / raw)
  To: gregkh, outreachy-kernel; +Cc: Debleena Sen

Break the line and match the indentation to remove the
checkpatch.pl warning:
WARNING: line over 80 characters

Signed-off-by: Debleena Sen <idebleenasen@gmail.com>
---
 drivers/staging/pi433/rf69.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/pi433/rf69.c b/drivers/staging/pi433/rf69.c
index e19b9ce..0c189a7 100644
--- a/drivers/staging/pi433/rf69.c
+++ b/drivers/staging/pi433/rf69.c
@@ -563,7 +563,8 @@ bool rf69_get_flag(struct spi_device *spi, enum flag flag)
 {
 	switch (flag) {
 	case mode_switch_completed:
-		return (rf69_read_reg(spi, REG_IRQFLAGS1) & MASK_IRQFLAGS1_MODE_READY);
+		return (rf69_read_reg(spi, REG_IRQFLAGS1) &
+			MASK_IRQFLAGS1_MODE_READY);
 	case ready_to_receive:
 		return (rf69_read_reg(spi, REG_IRQFLAGS1) & MASK_IRQFLAGS1_RX_READY);
 	case ready_to_send:
-- 
2.7.4



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

end of thread, other threads:[~2019-03-06  9:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-03 10:01 [PATCH v4] Staging: pi433: Fix line over 80 characters issue Debleena Sen
2019-03-03 10:06 ` [Outreachy kernel] " Julia Lawall
2019-03-05  7:40 ` Greg KH
2019-03-05 14:00   ` Debleena Sen
2019-03-05 16:24   ` Debleena Sen
2019-03-06  9:15     ` Greg KH
2019-03-06  9:33       ` [Outreachy kernel] " Julia Lawall
     [not found]       ` <CACw+u4EWiZyqyYmuyK_5vMq+x5B-iB7-Z1JyeiT8_amOMyd3pQ@mail.gmail.com>
2019-03-06  9:46         ` Fwd: " Debleena Sen

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.