pstore/platform: Move module params after declarations
authorKees Cook <keescook@chromium.org>
Fri, 8 May 2020 16:25:19 +0000 (09:25 -0700)
committerKees Cook <keescook@chromium.org>
Sat, 30 May 2020 17:34:02 +0000 (10:34 -0700)
commitd973f7d83dc7360597373536b34e80eea306d15f
tree68c843a91f1078c8644560aef32a391d680ca77a
parentd195c39052d1da278a00a6744ce59c383b67b191
pstore/platform: Move module params after declarations

It is easier to see how module params are used if they're near the
variables they use.

Link: https://lore.kernel.org/lkml/20200510202436.63222-4-keescook@chromium.org/
Signed-off-by: Kees Cook <keescook@chromium.org>
fs/pstore/platform.c