[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447862122-9820-1-git-send-email-jitendra.khasdev@hotwaxsystems.com>
Date: Wed, 18 Nov 2015 21:25:22 +0530
From: Jitendra Kumar Khasdev <jkhasdev@...il.com>
To: gregkh@...uxfoundation.org, mchehab@....samsung.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Jitendra Kumar Khasdev <jitendra.khasdev@...waxsystems.com>,
Jitendra Kumar Khasdev <jkhasdev@...il.com>
Subject: [PATCH] staging: media: bcm2048: fix brace coding style issue in radio-bcm2048.c
This is a patch to the radio-bcm2048.c file that fixes up a brace warning
found by the checkpatch.pl tool.
Signed-off-by: Jitendra Kumar Khasdev <jkhasdev@...il.com>
---
drivers/staging/media/bcm2048/radio-bcm2048.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c b/drivers/staging/media/bcm2048/radio-bcm2048.c
index b10d601..6226e02 100644
--- a/drivers/staging/media/bcm2048/radio-bcm2048.c
+++ b/drivers/staging/media/bcm2048/radio-bcm2048.c
@@ -2021,8 +2021,8 @@ static ssize_t bcm2048_##prop##_read(struct device *dev, \
}
#define DEFINE_SYSFS_PROPERTY(prop, signal, size, mask, check) \
-property_write(prop, signal size, mask, check) \
-property_read(prop, size, mask)
+(property_write(prop, signal size, mask, check) \
+property_read(prop, size, mask))
#define property_str_read(prop, size) \
static ssize_t bcm2048_##prop##_read(struct device *dev, \
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists