Re: [PATCH 1/4] Staging: brcm80211: fix a brace style issue This patch fixes an issue related to brace style Signed-off-by: Guilherme Salazar <salazartux@xxxxxxxxx>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, May 07, 2011 at 11:34:04AM -0300, Guilherme Salazar wrote:
> ---
>  drivers/staging/brcm80211/brcmfmac/dhd_cdc.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_cdc.c b/drivers/staging/brcm80211/brcmfmac/dhd_cdc.c
> index 39a4d00..c207910 100644
> --- a/drivers/staging/brcm80211/brcmfmac/dhd_cdc.c
> +++ b/drivers/staging/brcm80211/brcmfmac/dhd_cdc.c
> @@ -253,9 +253,9 @@ dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t *ioc, void *buf, int len)
>  			"lastcmd=0x%x (%lu)\n",
>  			ioc->cmd, (unsigned long)ioc->cmd, prot->lastcmd,
>  			(unsigned long)prot->lastcmd));
> -		if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR)) {
> +		if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR))
>  			DHD_TRACE(("iovar cmd=%s\n", (char *)buf));
> -		}
> +
>  		goto done;
>  	}

This patch is already in my tree, why did you resend it?

confused,

greg k-h
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux