Browse Source

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>
Heena Sirwani 9 years ago
parent
commit
364076730c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/media/omap4iss/iss.c

+ 1 - 1
drivers/staging/media/omap4iss/iss.c

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