Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1583714

[PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length coding style issue

From Nathan Howard <adanhawthorn@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length coding style issue
Date 2017-02-17 21:20 +0100
Message-ID <tbXay-tp-19@gated-at.bofh.it> (permalink)
References <tbXay-tp-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fix checkpatch.pl warning of the form "WARNING: line over 80 characters."

Signed-off-by: Nathan Howard <adanhawthorn@gmail.com>
---
 drivers/staging/bcm2835-audio/bcm2835.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835.h b/drivers/staging/bcm2835-audio/bcm2835.h
index 08f7ad6..16d7006 100644
--- a/drivers/staging/bcm2835-audio/bcm2835.h
+++ b/drivers/staging/bcm2835-audio/bcm2835.h
@@ -163,8 +163,10 @@ int bcm2835_audio_write(struct bcm2835_alsa_stream *alsa_stream,
 			unsigned int count,
 			void *src);
 void bcm2835_playback_fifo(struct bcm2835_alsa_stream *alsa_stream);
-unsigned int bcm2835_audio_retrieve_buffers(struct bcm2835_alsa_stream *alsa_stream);
+unsigned int bcm2835_audio_retrieve_buffers(
+		struct bcm2835_alsa_stream *alsa_stream);
 void bcm2835_audio_flush_buffers(struct bcm2835_alsa_stream *alsa_stream);
-void bcm2835_audio_flush_playback_buffers(struct bcm2835_alsa_stream *alsa_stream);
+void bcm2835_audio_flush_playback_buffers(
+		struct bcm2835_alsa_stream *alsa_stream);
 
 #endif /* __SOUND_ARM_BCM2835_H */
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length coding style issue Nathan Howard <adanhawthorn@gmail.com> - 2017-02-17 21:20 +0100
  Re: [PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length  coding style issue Joe Perches <joe@perches.com> - 2017-02-18 02:20 +0100
    Re: [PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length  coding style issue Joe Perches <joe@perches.com> - 2017-02-18 02:40 +0100
      Re: [PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length  coding style issue Adan Hawthorn <adanhawthorn@gmail.com> - 2017-02-18 03:10 +0100
    Re: [PATCH 5/5] staging: bcm2835-audio: bcm2835.h: fix line length  coding style issue Adan Hawthorn <adanhawthorn@gmail.com> - 2017-02-18 02:50 +0100

csiph-web