summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/pi433_if.h
diff options
context:
space:
mode:
authorLuca Söthe <luca@acul.me>2017-11-12 18:59:11 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-28 14:07:15 +0100
commit8d05bce217de06cba6f2600ed54a69304def9ab5 (patch)
tree76f6de1bd679cc1c581beb3a42dd5ad2ac26a4f7 /drivers/staging/pi433/pi433_if.h
parent59cf568ec938415c5115515f6ef52ca188a06910 (diff)
staging: pi433: Fixed coding style issues with braces
Removed a few new lines after enum and struct names because of the following bracket. Signed-off-by: Luca Söthe <luca@acul.me> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/pi433/pi433_if.h')
-rw-r--r--drivers/staging/pi433/pi433_if.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/pi433/pi433_if.h b/drivers/staging/pi433/pi433_if.h
index e6ed3cd9b2e2..fc842c48c33e 100644
--- a/drivers/staging/pi433/pi433_if.h
+++ b/drivers/staging/pi433/pi433_if.h
@@ -58,8 +58,7 @@
* NOTE: struct layout is the same in 64bit and 32bit userspace.
*/
#define PI433_TX_CFG_IOCTL_NR 0
-struct pi433_tx_cfg
-{
+struct pi433_tx_cfg {
__u32 frequency;
__u16 bit_rate;
__u32 dev_frequency;