[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <c6a352ce691734568f762a500aafbd7e3e8fe5e4.1501759442.git.rishabhhardas@gmail.com>
Date: Thu, 3 Aug 2017 17:20:44 +0530
From: Rishabh Hardas <rishabhhardas@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux@...f-Entwicklungen.de, rjosephwright@...il.com,
colin.king@...onical.com, robsonde@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Rishabh Hardas <rishabhhardas@...il.com>
Subject: [PATCH v2 2/4] staging: pi433: Change Comments
Signed-off-by: Rishabh Hardas <rishabhhardas@...il.com>
---
drivers/staging/pi433/pi433_if.h | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/pi433/pi433_if.h b/drivers/staging/pi433/pi433_if.h
index 91e4a01..84032f3 100644
--- a/drivers/staging/pi433/pi433_if.h
+++ b/drivers/staging/pi433/pi433_if.h
@@ -126,9 +126,18 @@ struct pi433_rx_cfg {
/* packet format */
enum optionOnOff enable_sync;
- enum optionOnOff enable_length_byte; /* should be used in combination with sync, only */
- enum addressFiltering enable_address_filtering; /* operational with sync, only */
- enum optionOnOff enable_crc; /* only operational, if sync on and fixed length or length byte is used */
+ enum optionOnOff enable_length_byte; /* should be used in
+ * combination with
+ * sync, only
+ */
+ enum addressFiltering enable_address_filtering; /* operational
+ * with sync, only
+ */
+ enum optionOnOff enable_crc; /* only operational,
+ *if sync on and fixed
+ * length or length
+ * byte is used
+ */
__u8 sync_length;
__u8 fixed_message_length;
--
1.9.1
Powered by blists - more mailing lists