Skip to content

Commit 8328dd2

Browse files
committed
Merge tag 'pstore-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull pstore bug fix from Kees Cook: - add missing "static" (Ben Dooks) * tag 'pstore-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: pstore: Make pstore_choose_compression() static
2 parents 1daa56b + 8d82cee commit 8328dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/pstore/platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ static void pstore_timefunc(struct timer_list *unused)
793793
jiffies + msecs_to_jiffies(pstore_update_ms));
794794
}
795795

796-
void __init pstore_choose_compression(void)
796+
static void __init pstore_choose_compression(void)
797797
{
798798
const struct pstore_zbackend *step;
799799

0 commit comments

Comments
 (0)