commit | d52b1c66211a409249dc5211625cc9351d736878 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu May 20 13:23:51 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | d60ea19710aa3131ef6a6878eba71bb87a1406cf | |
parent | 1044886e112e50e176b803e73eed5ca00124d159 [diff] |
checkpatch: require quotes around section name in the __section() macro This is how Linux does this now, see Linux commit 339f29d91acf. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>