]> www.infradead.org Git - users/jedix/linux-maple.git/commit
TC: Fix the wrong format specifier
authorzhang jiao <zhangjiao2@cmss.chinamobile.com>
Tue, 12 Nov 2024 01:56:08 +0000 (09:56 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 12 Nov 2024 14:48:08 +0000 (15:48 +0100)
commit74b4630e3f3a658c039e2f9aab9e5e58d52b9f1b
tree9128445008748cb4bc7e2be9bafe29bc2a3d57e6
parentc4a0a4a45a45e0f189d5cead19f3b2fd295a1346
TC: Fix the wrong format specifier

The format specifier of "unsigned int" in pr_info()
should be "%u", not "%d".

Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Acked-by: Maciej W. Rozycki <macro@orcam.me.uk>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/tc/tc.c