From: Matthias Beyer <mail@beyermatthias.de>
To: Martin Kelly <martin@martingkelly.com>
Cc: devel@driverdev.osuosl.org, gregkh@linuxfoundation.org,
klmckinney1@gmail.com, linux-kernel@vger.kernel.org,
Martin Kelly <martkell@amazon.com>
Subject: Re: [PATCH] Staging/bcm: Fix whitespace/comments in Ioctl.h
Date: Tue, 16 Sep 2014 11:01:41 +0200 [thread overview]
Message-ID: <20140916090141.GE8562@fu> (raw)
In-Reply-To: <1410840975-24388-1-git-send-email-martin@martingkelly.com>
[-- Attachment #1: Type: text/plain, Size: 4059 bytes --]
Reviewed-by: Matthias Beyer <mail@beyermatthias.de>
On 15-09-2014 21:16:15, Martin Kelly wrote:
> Cleanup whitespace and comments in Ioctl.h in a few ways:
> - > 80 character cleanup
> - Comment clarification
> - More consistent vertical alignment
>
> Signed-off-by: Martin Kelly <martkell@amazon.com>
> ---
> drivers/staging/bcm/Ioctl.h | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/drivers/staging/bcm/Ioctl.h b/drivers/staging/bcm/Ioctl.h
> index 797f862..fa5f867 100644
> --- a/drivers/staging/bcm/Ioctl.h
> +++ b/drivers/staging/bcm/Ioctl.h
> @@ -87,9 +87,9 @@ struct bcm_user_thread_req {
> #define IOCTL_BCM_FLASH2X_SECTION_WRITE _IOW(BCM_IOCTL, 0x866, int)
> #define IOCTL_BCM_GET_FLASH2X_SECTION_BITMAP _IOR(BCM_IOCTL, 0x867, int)
> #define IOCTL_BCM_SET_ACTIVE_SECTION _IOW(BCM_IOCTL, 0x868, int)
> -#define IOCTL_BCM_IDENTIFY_ACTIVE_SECTION _IO(BCM_IOCTL, 0x869)
> +#define IOCTL_BCM_IDENTIFY_ACTIVE_SECTION _IO(BCM_IOCTL, 0x869)
> #define IOCTL_BCM_COPY_SECTION _IOW(BCM_IOCTL, 0x870, int)
> -#define IOCTL_BCM_GET_FLASH_CS_INFO _IOR(BCM_IOCTL, 0x871, int)
> +#define IOCTL_BCM_GET_FLASH_CS_INFO _IOR(BCM_IOCTL, 0x871, int)
> #define IOCTL_BCM_SELECT_DSD _IOW(BCM_IOCTL, 0x872, int)
> #define IOCTL_BCM_NVM_RAW_READ _IOR(BCM_IOCTL, 0x875, int)
> #define IOCTL_BCM_CNTRLMSG_MASK _IOW(BCM_IOCTL, 0x874, int)
> @@ -130,7 +130,7 @@ struct bcm_bulk_wrm_buffer {
> };
>
> enum bcm_flash2x_section_val {
> - NO_SECTION_VAL = 0, /* no section is chosen when absolute offset is given for RD/WR */
> + NO_SECTION_VAL = 0, /* no section chosen when absolute offset is given for RD/WR */
> ISO_IMAGE1,
> ISO_IMAGE2,
> DSD0,
> @@ -152,11 +152,11 @@ enum bcm_flash2x_section_val {
> * Structure used for READ/WRITE Flash Map2.x
> */
> struct bcm_flash2x_readwrite {
> - enum bcm_flash2x_section_val Section; /* which section has to be read/written */
> - u32 offset; /* Offset within Section. */
> - u32 numOfBytes; /* NOB from the offset */
> + enum bcm_flash2x_section_val Section; /* section to be read/written */
> + u32 offset; /* offset within section. */
> + u32 numOfBytes; /* number of bytes from the offset */
> u32 bVerify;
> - void __user *pDataBuff; /* Buffer for reading/writing */
> + void __user *pDataBuff; /* buffer for reading/writing */
> };
>
> /*
> @@ -207,20 +207,20 @@ struct bcm_time_elapsed {
> };
>
> enum {
> - WIMAX_IDX = 0, /* To access WiMAX chip GPIO's for GPIO_MULTI_INFO or GPIO_MULTI_MODE */
> - HOST_IDX, /* To access Host chip GPIO's for GPIO_MULTI_INFO or GPIO_MULTI_MODE */
> + WIMAX_IDX = 0, /* To access WiMAX chip GPIO's for GPIO_MULTI_INFO or GPIO_MULTI_MODE */
> + HOST_IDX, /* To access Host chip GPIO's for GPIO_MULTI_INFO or GPIO_MULTI_MODE */
> MAX_IDX
> };
>
> struct bcm_gpio_multi_info {
> unsigned int uiGPIOCommand; /* 1 for set and 0 for get */
> - unsigned int uiGPIOMask; /* set the correspondig bit to 1 to access GPIO */
> - unsigned int uiGPIOValue; /* 0 or 1; value to be set when command is 1. */
> + unsigned int uiGPIOMask; /* set the corresponding bit to 1 to access GPIO */
> + unsigned int uiGPIOValue; /* 0 or 1; value to be set when command is 1. */
> } __packed;
>
> struct bcm_gpio_multi_mode {
> - unsigned int uiGPIOMode; /* 1 for OUT mode, 0 for IN mode */
> - unsigned int uiGPIOMask; /* GPIO mask to set mode */
> + unsigned int uiGPIOMode; /* 1 for OUT mode, 0 for IN mode */
> + unsigned int uiGPIOMask; /* GPIO mask to set mode */
> } __packed;
>
> #endif
> --
> 2.1.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer
Proudly sent with mutt.
Happily signed with gnupg.
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2014-09-16 9:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-16 4:16 [PATCH] Staging/bcm: Fix whitespace/comments in Ioctl.h Martin Kelly
2014-09-16 9:01 ` Matthias Beyer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140916090141.GE8562@fu \
--to=mail@beyermatthias.de \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=klmckinney1@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=martin@martingkelly.com \
--cc=martkell@amazon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.