提交 36407673 编写于 作者: H Heena Sirwani 提交者: Greg Kroah-Hartman

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: NHeena Sirwani <heenasirwani@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b6d3b457
...@@ -1065,7 +1065,7 @@ static int iss_register_entities(struct iss_device *iss) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册