[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201217234501.351725-1-daniel.west.dev@gmail.com>
Date: Thu, 17 Dec 2020 15:45:01 -0800
From: Daniel West <daniel.west.dev@...il.com>
To: gregkh@...uxfoundation.org
Cc: hverkuil-cisco@...all.nl, mchehab+huawei@...nel.org,
christian.gromm@...rochip.com, masahiroy@...nel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
daniel.west.dev@...il.com
Subject: [PATCH] staging: most: video: fixed a parentheses coding style issue.
Fixed a coding style issue.
Signed-off-by: Daniel West <daniel.west.dev@...il.com>
---
drivers/staging/most/video/video.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/most/video/video.c b/drivers/staging/most/video/video.c
index 829df899b993..c58192ab0c2a 100644
--- a/drivers/staging/most/video/video.c
+++ b/drivers/staging/most/video/video.c
@@ -365,8 +365,8 @@ static const struct video_device comp_videodev_template = {
/**************************************************************************/
-static struct most_video_dev *get_comp_dev(
- struct most_interface *iface, int channel_idx)
+static struct most_video_dev *get_comp_dev
+ (struct most_interface *iface, int channel_idx)
{
struct most_video_dev *mdev;
unsigned long flags;
--
2.25.1
Powered by blists - more mailing lists