[PATCH 2/4] Staging: brcm80211: fix coding style issue Patch that fixes up a brace coding style issue in the 'dhd_sdio.c' source file Signed-off-by: Guilherme Salazar <salazartux at gmail.com>

Roland Vossen rvossen at broadcom.com
Tue May 10 06:50:19 UTC 2011


On 05/07/2011 04:34 PM, Guilherme Salazar wrote:
> ---
>   drivers/staging/brcm80211/brcmfmac/dhd_sdio.c |    3 +--
>   1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> index 464f52a..16bb618 100644
> --- a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> +++ b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> @@ -4136,9 +4136,8 @@ deliver:
>   				DHD_GLOM(("%s: glom descriptor, %d bytes:\n",
>   					__func__, len));
>   #ifdef DHD_DEBUG
> -				if (DHD_GLOM_ON()) {
> +				if (DHD_GLOM_ON())
>   					prhex("Glom Data", pkt->data, len);
> -				}
>   #endif
>   				__skb_trim(pkt, len);
>   				ASSERT(doff == SDPCM_HDRLEN);
> --
> 1.7.2.5
>

Acked-by: Roland Vossen <rvossen at broadcom.com>




More information about the devel mailing list