summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2025-11-21 12:56:21 +0900
committerHerbert Xu <herbert@gondor.apana.org.au>2025-12-19 14:47:46 +0800
commitb6f27c0ad00896b6ef20aa78a4282c7cc63ab56b (patch)
tree8b8e40153167be40b108e19fed192be4a4a3b1cf /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent994689b8f91b02fdb5f64cba2412cde5ef3084b5 (diff)
crypto: starfive - Avoid -Wflex-array-member-not-at-end warning
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are getting ready to enable it, globally. Move the conflicting declaration to the end of the corresponding structure. Notice that `struct ahash_request` is a flexible structure, this is a structure that contains a flexible-array member. With these changes fix the following warning: drivers/crypto/starfive/jh7110-cryp.h:219:49: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions