Re: [PATCH] docs: printk-formats: add ptrdiff_t type to printk-formats

From: Jonathan Corbet
Date: Thu Nov 07 2019 - 15:10:57 EST


On Tue, 1 Oct 2019 18:04:49 +0800
Miles Chen <miles.chen@xxxxxxxxxxxx> wrote:

> When print the difference between two pointers, we should use
> the ptrdiff_t modifier %t.
>
> Signed-off-by: Miles Chen <miles.chen@xxxxxxxxxxxx>
> ---
> Documentation/core-api/printk-formats.rst | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)

Applied, thanks.

jon