Wrap comment to fix warning "prefer a maximum 75 chars per line"
Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd(a)gmail.com>
---
Changes in v2:
- use correct format for multiline comment
Changes in v3:
- include commit log
---
drivers/staging/greybus/audio_codec.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
index a1d5440..4efd8b3 100644
--- a/drivers/staging/greybus/audio_codec.h
+++ b/drivers/staging/greybus/audio_codec.h
@@ -23,7 +23,10 @@ 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
Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd(a)gmail.com>
---
Changes in v2:
- use correct format for multiline comment
---
drivers/staging/greybus/audio_codec.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
index a1d5440..4efd8b3 100644
--- a/drivers/staging/greybus/audio_codec.h
+++ b/drivers/staging/greybus/audio_codec.h
@@ -23,7 +23,10 @@ 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
This patch set include multiple fixes for the issues reported by
checkpatch.pl
Cc: greybus-dev(a)lists.linaro.org
Cc: Viresh Kumar <vireshk(a)kernel.org>
Cc: Vaibhav Agarwal <vaibhav.sr(a)gmail.com>
Cc: Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Changes from v2:
- [2/8] Restore the original alignment.
Changes from v1:
- Rebase the changes on top staging-next.
- Add greybus-dev mailing list.
Kamal Heib (8):
staging: greybus: authentication.c: Fix alignment should match open
parenthesis
staging: greybus: audio_codec.c: Fix alignment should match open
parenthesis
staging: greybus: audio_codec.c: Cleanup blank lines
staging: greybus: audio_codec.c: Space required around ':'
staging: greybus: audio_codec.c: Logical continuations should be on
the previous line
staging: greybus: audio_codec.c: Prefer kernel type 'u32' over
'uint32_t'
staging: greybus: audio_codec.h: Prefer kernel type 'u32' over
'uint32_t'
staging: greybus: audio_codec.h Fix alignment should match open
parenthesis
drivers/staging/greybus/audio_codec.c | 23 ++++++++++-------------
drivers/staging/greybus/audio_codec.h | 12 ++++++------
drivers/staging/greybus/authentication.c | 2 +-
3 files changed, 17 insertions(+), 20 deletions(-)
--
2.14.3
This patch set include multiple fixes for the issues reported by
checkpatch.pl
Cc: greybus-dev(a)lists.linaro.org
Cc: Viresh Kumar <vireshk(a)kernel.org>
Cc: Vaibhav Agarwal <vaibhav.sr(a)gmail.com>
Cc: Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Changes from v1:
- Rebase the changes on top staging-next.
- Add greybus-dev mailing list.
Kamal Heib (8):
staging: greybus: authentication.c: Fix alignment should match open
parenthesis
staging: greybus: audio_codec.c: Fix alignment should match open
parenthesis
staging: greybus: audio_codec.c: Cleanup blank lines
staging: greybus: audio_codec.c: Space required around ':'
staging: greybus: audio_codec.c: Logical continuations should be on
the previous line
staging: greybus: audio_codec.c: Prefer kernel type 'u32' over
'uint32_t'
staging: greybus: audio_codec.h: Prefer kernel type 'u32' over
'uint32_t'
staging: greybus: audio_codec.h Fix alignment should match open
parenthesis
drivers/staging/greybus/audio_codec.c | 31 ++++++++++++++-----------------
drivers/staging/greybus/audio_codec.h | 12 ++++++------
drivers/staging/greybus/authentication.c | 2 +-
3 files changed, 21 insertions(+), 24 deletions(-)
--
2.14.3