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

fs/squashfs/squashfs.h: replace pr_warning by pr_warn

Update the last pr_warning callsite in fs branch

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Phillip Lougher <phillip@squashfs.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Fabian Frederick and committed by
Linus Torvalds
22010836 c473b2c6

+1 -1
+1 -1
fs/squashfs/squashfs.h
··· 25 25 26 26 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) 27 27 28 - #define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args) 28 + #define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args) 29 29 30 30 /* block.c */ 31 31 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,