]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8822be: fix typos in header guard macros
authorColin Ian King <colin.king@canonical.com>
Sun, 25 Mar 2018 17:05:21 +0000 (18:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:54:38 +0000 (11:54 +0200)
commita288ffd3f6d5a29630cae163e438f9f0c149612b
tree85e61ab0c37e4d2e642dd12b7e40a6db7ce9eea9
parente57468b73763e4aab7062004e14690fefaf02b3f
staging: r8822be: fix typos in header guard macros

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 [-Wheader-guard]
warning: '__PHYDM_FEATURES_H__' is used as a header guard here, followed
by #define of a different macro [-Wheader-guard]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/phydm/phydm_features.h
drivers/staging/rtlwifi/phydm/phydm_kfree.h