Revision d6957f3396d0b1ee54d183524550d791054b5ebe authored by Helge Deller on 15 August 2017, 09:34:19 UTC, committed by Helge Deller on 16 August 2017, 19:09:45 UTC
Sometimes people seems unclear when to use the %pS or %pF printk format.
For example, see commit 51d96dc2e2dc ("random: fix warning message on ia64
and parisc") which fixed such a wrong format string.

The documentation should be more clear about the difference.

Signed-off-by: Helge Deller <deller@gmx.de>
[pmladek@suse.com: Restructure the entire section]
Signed-off-by: Petr Mladek <pmladek@suse.com>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 4098116
History
File Mode Size
Makefile -rw-r--r-- 622 bytes
atomic_32.c -rw-r--r-- 6.1 KB
atomic_asm_32.S -rw-r--r-- 6.9 KB
cacheflush.c -rw-r--r-- 5.5 KB
checksum.c -rw-r--r-- 2.0 KB
cpumask.c -rw-r--r-- 1.4 KB
delay.c -rw-r--r-- 1.2 KB
exports.c -rw-r--r-- 2.8 KB
memchr_32.c -rw-r--r-- 2.0 KB
memchr_64.c -rw-r--r-- 1.9 KB
memcpy_32.S -rw-r--r-- 17.4 KB
memcpy_64.c -rw-r--r-- 8.4 KB
memcpy_user_64.c -rw-r--r-- 2.7 KB
memmove.c -rw-r--r-- 1.4 KB
memset_32.c -rw-r--r-- 3.4 KB
memset_64.c -rw-r--r-- 3.4 KB
spinlock_32.c -rw-r--r-- 7.6 KB
spinlock_64.c -rw-r--r-- 3.4 KB
spinlock_common.h -rw-r--r-- 1.7 KB
strchr_32.c -rw-r--r-- 1.9 KB
strchr_64.c -rw-r--r-- 1.8 KB
string-endian.h -rw-r--r-- 1.5 KB
strlen_32.c -rw-r--r-- 1.1 KB
strlen_64.c -rw-r--r-- 1.0 KB
strnlen_32.c -rw-r--r-- 1.4 KB
strnlen_64.c -rw-r--r-- 1.4 KB
uaccess.c -rw-r--r-- 852 bytes
usercopy_32.S -rw-r--r-- 2.7 KB
usercopy_64.S -rw-r--r-- 2.7 KB

back to top