Re: [PATCH][next][V2] staging: r8822be: fix typos in header guard macros

2018-03-25 Thread Greg Kroah-Hartman
On Fri, Mar 23, 2018 at 06:00:18PM +, Colin King wrote: > From: Colin Ian King > > The macros for __PHYDMKFREE_H__ and __PHYDM_FEATURES_H__ contain > typos and don't match the #if guard check. Defined them correctly. > > Cleans up clang warnings: > warning:

Re: [PATCH][next][V2] staging: r8822be: fix typos in header guard macros

2018-03-25 Thread Greg Kroah-Hartman
On Fri, Mar 23, 2018 at 06:00:18PM +, Colin King wrote: > From: Colin Ian King > > The macros for __PHYDMKFREE_H__ and __PHYDM_FEATURES_H__ contain > typos and don't match the #if guard check. Defined them correctly. > > Cleans up clang warnings: > warning: '__PHYDMKFREE_H__' is used as a

Re: [PATCH][next][V2] staging: r8822be: fix typos in header guard macros

2018-03-24 Thread Larry Finger
On 03/23/2018 01:00 PM, Colin King wrote: From: Colin Ian King The macros for __PHYDMKFREE_H__ and __PHYDM_FEATURES_H__ contain typos and don't match the #if guard check. Defined them correctly. Cleans up clang warnings: warning: '__PHYDMKFREE_H__' is used as a

Re: [PATCH][next][V2] staging: r8822be: fix typos in header guard macros

2018-03-24 Thread Larry Finger
On 03/23/2018 01:00 PM, Colin King wrote: From: Colin Ian King The macros for __PHYDMKFREE_H__ and __PHYDM_FEATURES_H__ contain typos and don't match the #if guard check. Defined them correctly. Cleans up clang warnings: warning: '__PHYDMKFREE_H__' is used as a header guard here, followed by

[PATCH][next][V2] staging: r8822be: fix typos in header guard macros

2018-03-23 Thread Colin King
From: Colin Ian King The macros for __PHYDMKFREE_H__ and __PHYDM_FEATURES_H__ contain typos and don't match the #if guard check. Defined them correctly. Cleans up clang warnings: warning: '__PHYDMKFREE_H__' is used as a header guard here, followed by #define of a

[PATCH][next][V2] staging: r8822be: fix typos in header guard macros

2018-03-23 Thread Colin King
From: Colin Ian King The macros for __PHYDMKFREE_H__ and __PHYDM_FEATURES_H__ contain typos and don't match the #if guard check. Defined them correctly. Cleans up clang warnings: warning: '__PHYDMKFREE_H__' is used as a header guard here, followed by #define of a different macro