From: Namrata A Shettar Date: Mon, 19 Sep 2016 14:57:46 +0000 (+0530) Subject: staging: rtl8192e: Add space around binary operator '+' X-Git-Tag: v4.9-rc1~119^2~327 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=986fb011c4074650f1ff5e000abccf1f6162f0c1;p=karo-tx-linux.git staging: rtl8192e: Add space around binary operator '+' Add space around binary operator '+' to resolve checkpatch issue. Signed-off-by: Namrata A Shettar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h index 735a199ebdcf..bdb539267bfc 100644 --- a/drivers/staging/rtl8192e/dot11d.h +++ b/drivers/staging/rtl8192e/dot11d.h @@ -47,8 +47,8 @@ struct rt_dot11d_info { u8 CountryIeSrcAddr[6]; u8 CountryIeWatchdog; - u8 channel_map[MAX_CHANNEL_NUMBER+1]; - u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER+1]; + u8 channel_map[MAX_CHANNEL_NUMBER + 1]; + u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER + 1]; enum dot11d_state State; };