From: Vadim Fedorenko <vadim.fedorenko@linux•dev>
To: zhangjiao2 <zhangjiao2@cmss•chinamobile.com>, jonathan.lemon@gmail•com
Cc: richardcochran@gmail•com, netdev@vger•kernel.org,
linux-kernel@vger•kernel.org
Subject: Re: [PATCH] ptp: ocp: Fix the wrong format specifier
Date: Wed, 20 Nov 2024 05:05:19 -0800 [thread overview]
Message-ID: <6056ea19-acf9-4ba9-bb27-d18598d22a2e@linux.dev> (raw)
In-Reply-To: <20241120062605.35739-1-zhangjiao2@cmss.chinamobile.com>
On 19/11/2024 22:26, zhangjiao2 wrote:
> From: zhang jiao <zhangjiao2@cmss•chinamobile.com>
>
> Use '%u' instead of '%d' for unsigned int.
>
> Signed-off-by: zhang jiao <zhangjiao2@cmss•chinamobile.com>
This is net-next material, but the merge window has started and
therefore net-next is closed, please repost in 2 weeks.
> ---
> drivers/ptp/ptp_ocp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ptp/ptp_ocp.c b/drivers/ptp/ptp_ocp.c
> index 5feecaadde8e..52e46fee8e5e 100644
> --- a/drivers/ptp/ptp_ocp.c
> +++ b/drivers/ptp/ptp_ocp.c
> @@ -1455,7 +1455,7 @@ ptp_ocp_verify(struct ptp_clock_info *ptp_info, unsigned pin,
> * channels 1..4 are the frequency generators.
> */
> if (chan)
> - snprintf(buf, sizeof(buf), "OUT: GEN%d", chan);
> + snprintf(buf, sizeof(buf), "OUT: GEN%u", chan);
> else
> snprintf(buf, sizeof(buf), "OUT: PHC");
> break;
next prev parent reply other threads:[~2024-11-20 13:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-20 6:26 [PATCH] ptp: ocp: Fix the wrong format specifier zhangjiao2
2024-11-20 13:05 ` Vadim Fedorenko [this message]
2024-11-21 8:28 ` Paolo Abeni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6056ea19-acf9-4ba9-bb27-d18598d22a2e@linux.dev \
--to=vadim.fedorenko@linux$(echo .)dev \
--cc=jonathan.lemon@gmail$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=richardcochran@gmail$(echo .)com \
--cc=zhangjiao2@cmss$(echo .)chinamobile.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox