Skip to content

Commit

Permalink
staging: rtl8188eu: include: odm.h: fixed a blank space coding style …
Browse files Browse the repository at this point in the history
…issue.

added blank space and enclosed a complex valued macro within parentheses for improved code readability.

Signed-off-by: B K Karthik <[email protected]>
Link: https://lore.kernel.org/r/20200629080748.l4ufcpuk4cg2m725@pesu-pes-edu
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
iamkarthikbk authored and gregkh committed Jul 1, 2020
1 parent 41843ff commit b98dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8188eu/include/odm.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ struct odm_rate_adapt {

#define AVG_THERMAL_NUM 8
#define IQK_Matrix_REG_NUM 8
#define IQK_Matrix_Settings_NUM 1+24+21
#define IQK_Matrix_Settings_NUM (1 + 24 + 21)

#define DM_Type_ByFWi 0
#define DM_Type_ByDriver 1
Expand Down

0 comments on commit b98dabc

Please sign in to comment.