]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'
authorJason Wang <wangborong@cdjrlc.com>
Thu, 29 Jul 2021 11:52:52 +0000 (19:52 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 May 2022 09:37:44 +0000 (19:37 +1000)
commit4a37a6675f6507765ef9a0b61fd1ccdf52dbe62b
tree1c399c8e51e3e152896878dbf52329630e8dce8d
parent0ea978157aaa2f2d8eeb7f05b0ca6bdb7a4f83f5
powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'

Replace the 'unsigned' with 'unsigned int' which is more accurate.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
[chleroy: Fixed parenthesis alignment]
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210729115252.40895-1-wangborong@cdjrlc.com
arch/powerpc/perf/hv-24x7.c