Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: media: omap4iss: Match alignment with open parenthesis.

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>

authored by

Heena Sirwani and committed by
Greg Kroah-Hartman
36407673 b6d3b457

+1 -1
+1 -1
drivers/staging/media/omap4iss/iss.c
··· 1065 1065 } 1066 1066 1067 1067 ret = media_create_pad_link(&sensor->entity, 0, input, pad, 1068 - flags); 1068 + flags); 1069 1069 if (ret < 0) 1070 1070 goto done; 1071 1071 }