This patch set include multiple fixes for the issues reported by checkpatch.pl
Cc: greybus-dev@lists.linaro.org Cc: Viresh Kumar vireshk@kernel.org Cc: Vaibhav Agarwal vaibhav.sr@gmail.com Cc: Greg Kroah-Hartman gregkh@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(-)