diff options
author | Kees Cook | 2018-05-02 15:55:45 -0700 |
---|---|---|
committer | Martin K. Petersen | 2018-05-14 22:32:45 -0400 |
commit | 97e066184b855dd2df4e82c2d1feff37282c53fd (patch) | |
tree | 22e84b29d9d69e6f7bc9c3b66903d67f949507f2 /net/bridge | |
parent | 33d065ccb3b21e38412cd8c7d6f2704e3b341f63 (diff) |
scsi: libosd: Remove VLA usage
On the quest to remove all VLAs from the kernel[1] this rearranges the
code to avoid a VLA warning under -Wvla (gcc doesn't recognize "const"
variables as not triggering VLA creation). Additionally cleans up
variable naming to avoid 80 character column limit.
[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Boaz Harrosh <ooo@electrozaur.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions