]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: media: atomisp: pci: Move open brace '{' on the next line
authorGeorgiana Chelu <georgiana.chelu93@gmail.com>
Wed, 20 Sep 2017 12:28:48 +0000 (05:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:34:36 +0000 (15:34 +0200)
Fix the following issue found by checkpatch.pl:
ERROR: open brace '{' following function definitions go on the next line

Signed-off-by: Georgiana Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_compat_css20.c

index 55519348026da74e488d0f5504bb333fd75987fd..520d59bda3bd64c8a006a48ebadfc0da1da9be05 100644 (file)
@@ -4474,7 +4474,8 @@ int atomisp_css_load_acc_binary(struct atomisp_sub_device *asd,
 static struct atomisp_sub_device *__get_atomisp_subdev(
                                        struct ia_css_pipe *css_pipe,
                                        struct atomisp_device *isp,
-                                       enum atomisp_input_stream_id *stream_id) {
+                                       enum atomisp_input_stream_id *stream_id)
+{
        int i, j, k;
        struct atomisp_sub_device *asd;
        struct atomisp_stream_env *stream_env;