Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673828
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] staging: octeon-usb: coding style fix |
| Date | 2017-06-23 22:30 +0200 |
| Message-ID | <tVDnk-6P1-17@gated-at.bofh.it> (permalink) |
| References | <tVDnk-6P1-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 15, 2017 at 10:28:47AM +0530, bincy_k_philip@yahoo.co.in wrote:
> From: bincy k philip <bincy_k_philip@yahoo.co.in>
Please use Capital Letters for your name.
>
> trivial fix for extra space error
>
> Signed-off-by: bincy k philip <bincy_k_philip@yahoo.co.in>
> ---
> drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
> index 068aece..c7ec71a 100644
> --- a/drivers/staging/octeon-usb/octeon-hcd.c
> +++ b/drivers/staging/octeon-usb/octeon-hcd.c
> @@ -146,7 +146,7 @@ enum cvmx_usb_status {
> * status call.
> */
> struct cvmx_usb_port_status {
> - u32 reserved : 25;
> + u32 reserved:25;
What? That's not a correct "fix" at all, sorry.
greg k-h
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] staging: octeon-usb: coding style fix Greg KH <gregkh@linuxfoundation.org> - 2017-06-23 22:30 +0200
csiph-web