Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy

Pull jfs update from David Kleikamp:
"Not much this time. Just a one-liner format fix"

* tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy:
jfs: %pf is only for function pointers

+1 -1
+1 -1
fs/jfs/super.c
··· 102 102 vaf.fmt = fmt; 103 103 vaf.va = &args; 104 104 105 - pr_err("ERROR: (device %s): %pf: %pV\n", 105 + pr_err("ERROR: (device %s): %ps: %pV\n", 106 106 sb->s_id, __builtin_return_address(0), &vaf); 107 107 108 108 va_end(args);