Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752417AbdHCLyA (ORCPT ); Thu, 3 Aug 2017 07:54:00 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:38811 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752189AbdHCLxR (ORCPT ); Thu, 3 Aug 2017 07:53:17 -0400 From: Rishabh Hardas To: gregkh@linuxfoundation.org Cc: linux@Wolf-Entwicklungen.de, rjosephwright@gmail.com, colin.king@canonical.com, robsonde@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Rishabh Hardas Subject: [PATCH v2 2/4] staging: pi433: Change Comments Date: Thu, 3 Aug 2017 17:20:44 +0530 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 33 Signed-off-by: Rishabh Hardas --- 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