LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] staging: greybus: Fix warning to limit chars per line
@ 2018-04-03 18:32 Gaurav Dhingra
  2018-04-05  7:17 ` Gaurav Dhingra
  2018-04-05 22:19 ` Mark Greer
  0 siblings, 2 replies; 10+ messages in thread
From: Gaurav Dhingra @ 2018-04-03 18:32 UTC (permalink / raw)
  To: mgreer, johan, elder, gregkh; +Cc: linux-kernel

Wrap comment to fix warning "prefer a maximum 75 chars per line"

Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd@gmail.com>
---
 drivers/staging/greybus/audio_codec.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
index a1d5440..01838d9 100644
--- a/drivers/staging/greybus/audio_codec.h
+++ b/drivers/staging/greybus/audio_codec.h
@@ -23,7 +23,9 @@ enum {
 	NUM_CODEC_DAIS,
 };
 
-/* device_type should be same as defined in audio.h (Android media layer) */
+/* device_type should be same as defined in audio.h
+ * (Android media layer)
+ */
 enum {
 	GBAUDIO_DEVICE_NONE                     = 0x0,
 	/* reserved bits */
-- 
1.9.1

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

end of thread, other threads:[~2018-04-06 16:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 18:32 [PATCH] staging: greybus: Fix warning to limit chars per line Gaurav Dhingra
2018-04-05  7:17 ` Gaurav Dhingra
2018-04-05 12:37   ` Greg KH
2018-04-05 22:19 ` Mark Greer
2018-04-06  5:22   ` Viresh Kumar
2018-04-06 10:17     ` Gaurav Dhingra
2018-04-06 10:25       ` Viresh Kumar
2018-04-06 10:26         ` Viresh Kumar
2018-04-06 10:29           ` Gaurav Dhingra
2018-04-06 16:01     ` Mark Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).