[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200509085608.41061-1-chenzhou10@huawei.com>
Date: Sat, 9 May 2020 16:56:05 +0800
From: Chen Zhou <chenzhou10@...wei.com>
To: <heiko.carstens@...ibm.com>, <gor@...ux.ibm.com>,
<borntraeger@...ibm.com>
CC: <linux-s390@...r.kernel.or>, <linux-kernel@...r.kernel.org>,
<chenzhou10@...wei.com>
Subject: [PATCH -next 0/3] s390: use scnprintf() in show() methods
snprintf() returns the number of bytes that would be written,
which may be greater than the the actual length to be written.
show() methods should return the number of bytes printed into the
buffer. This is the return value of scnprintf().
Chen Zhou (3):
s390/crypto: use scnprintf() instead of snprintf()
s390: use scnprintf() in sys_##_prefix##_##_name##_show
s390/protvirt: use scnprintf() instead of snprintf()
arch/s390/crypto/prng.c | 14 +++++++-------
arch/s390/kernel/ipl.c | 2 +-
arch/s390/kernel/uv.c | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
--
2.20.1
Powered by blists - more mailing lists