All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: udlfb: Fix brace coding style error
@ 2021-09-04 14:22 Srivathsa Dara
  0 siblings, 0 replies; only message in thread
From: Srivathsa Dara @ 2021-09-04 14:22 UTC (permalink / raw)
  To: bernie; +Cc: linux-fbdev, dri-devel, linux-kernel, Srivathsa Dara

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-04 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04 14:22 [PATCH] video: fbdev: udlfb: Fix brace coding style error Srivathsa Dara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.