[PATCH] video: fbdev: udlfb: Fix brace coding style error

From: Srivathsa Dara
Date: Sat Sep 04 2021 - 10:22:43 EST


Fix brace coding-style error for function defination

Signed-off-by: Srivathsa Dara <srivathsa729.8@xxxxxxxxx>
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