summaryrefslogtreecommitdiff
path: root/util/lint/lint-007-checkpatch
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-05-14 16:16:36 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-05-15 23:58:14 +0000
commit026978bce588f9d26d443fbacbf8dcc90957e331 (patch)
tree67a348360fdb02ebe35592f6b2ae16b0bb2d16df /util/lint/lint-007-checkpatch
parent7e0af339ee1e8c4aa3a4ddd65e02070dea5debac (diff)
soc/intel/alderlake: Move array declaration
Clang does not like array declarations inside plain switch cases. There are 2 options to fix this: use a block inside the switch statement, or declare it outside the switch statement. This does the latter. Change-Id: I9a02136fd63ac171b2bec4647c30c7eece930246 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64349 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util/lint/lint-007-checkpatch')
0 files changed, 0 insertions, 0 deletions