linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srivathsa Dara <srivathsa729.8@gmail.com>
To: bernie@plugable.com
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org,
	Srivathsa Dara <srivathsa729.8@gmail.com>
Subject: [PATCH] video: fbdev: udlfb: Fix brace coding style error
Date: Sat,  4 Sep 2021 19:52:26 +0530	[thread overview]
Message-ID: <20210904142226.23646-1-srivathsa729.8@gmail.com> (raw)

Fix brace coding-style error for function defination

Signed-off-by: Srivathsa Dara <srivathsa729.8@gmail.com>
drivers/video/fbdev/udlfb.c:82
---
 drivers/video/fbdev/udlfb.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/udlfb.c b/drivers/video/fbdev/udlfb.c
index b9cdd02c1000..25643265947f 100644
--- a/drivers/video/fbdev/udlfb.c
+++ b/drivers/video/fbdev/udlfb.c
@@ -1457,7 +1457,8 @@ static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev,
 static ssize_t edid_show(
 			struct file *filp,
 			struct kobject *kobj, struct bin_attribute *a,
-			 char *buf, loff_t off, size_t count) {
+			 char *buf, loff_t off, size_t count)
+{
 	struct device *fbdev = kobj_to_dev(kobj);
 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
 	struct dlfb_data *dlfb = fb_info->par;
-- 
2.25.1


                 reply	other threads:[~2021-09-04 14:22 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=20210904142226.23646-1-srivathsa729.8@gmail.com \
    --to=srivathsa729.8@gmail.com \
    --cc=bernie@plugable.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).