[PATCH 07/16] media: s2255: Add blank lines after function/struct/enum declarations

From: Lei Huang

Date: Fri Jul 17 2026 - 05:28:59 EST


From: Lei Huang <huanglei@xxxxxxxxxx>

Fix all 2 'CHECK: Please use a blank line after function/struct/union/enum
declarations' issues reported by checkpatch.pl in s2255drv.c.

Signed-off-by: Lei Huang <huanglei@xxxxxxxxxx>
---
drivers/media/usb/s2255/s2255drv.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/s2255drv.c
index dc3a9d69789c..3aa6270358fc 100644
--- a/drivers/media/usb/s2255/s2255drv.c
+++ b/drivers/media/usb/s2255/s2255drv.c
@@ -1178,6 +1178,7 @@ static int vidioc_g_input(struct file *file, void *priv, unsigned int *i)
*i = 0;
return 0;
}
+
static int vidioc_s_input(struct file *file, void *priv, unsigned int i)
{
if (i > 0)
@@ -1332,6 +1333,7 @@ static const struct v4l2_frmsize_discrete ntsc_sizes[] = {
{ 640, 240 },
{ 320, 240 },
};
+
static const struct v4l2_frmsize_discrete pal_sizes[] = {
{ 704, 576 },
{ 704, 288 },
--
2.25.1