From: Nawar Alsafadi <nawaralsafadi1@gmail.com>
To: parthiban.veerasooran@microchip.com,
christian.gromm@microchip.com, gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
Nawar Alsafadi <nawaralsafadi1@gmail.com>
Subject: [PATCH] staging: most: video: Remove unnecessary blank line
Date: Sat, 15 Aug 2026 13:38:03 +0200 [thread overview]
Message-ID: <20260815113803.23727-1-nawaralsafadi1@gmail.com> (raw)
Remove an unnecessary blank line before a close brace '}'
to adhere to the Linux kernel coding style.
This formatting issue was detected by checkpatch.pl.
Signed-off-by: Nawar Alsafadi <nawaralsafadi1@gmail.com>
---
drivers/staging/most/video/video.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/most/video/video.c b/drivers/staging/most/video/video.c
index 78234620d48d..5c34f93a0774 100644
--- a/drivers/staging/most/video/video.c
+++ b/drivers/staging/most/video/video.c
@@ -439,7 +439,6 @@ static int comp_register_videodev(struct most_video_dev *mdev)
mdev->vdev->release = video_device_release;
return 0;
-
}
static void comp_unregister_videodev(struct most_video_dev *mdev)
--
2.55.0
reply other threads:[~2026-08-15 11:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260815113803.23727-1-nawaralsafadi1@gmail.com \
--to=nawaralsafadi1@gmail.com \
--cc=christian.gromm@microchip.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=parthiban.veerasooran@microchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox