OSDN Git Service

staging: media: omap4iss: Match alignment with open parenthesis.
authorHeena Sirwani <heenasirwani@gmail.com>
Mon, 14 Mar 2016 11:53:00 +0000 (17:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
The following patch fixes the following checkpatch.pl warning:

CHECK: Alignment should match open parenthesis

Signed-off-by: Heena Sirwani <heenasirwani@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap4iss/iss.c

index c5a5138..6ceb4eb 100644 (file)
@@ -1065,7 +1065,7 @@ static int iss_register_entities(struct iss_device *iss)
                }
 
                ret = media_create_pad_link(&sensor->entity, 0, input, pad,
-                                              flags);
+                                           flags);
                if (ret < 0)
                        goto done;
        }