kobject: make get_ktype() take a const pointer
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Oct 2022 07:23:10 +0000 (09:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Oct 2022 07:55:19 +0000 (09:55 +0200)
commit3d24903a6dd27ab817b4c6c24bee245ff06f7c8e
treec33e0cf9a080dad4d87b433394e081236ca4d763
parent33a0a1e3b3d17445832177981dc7a1c6a5b009f8
kobject: make get_ktype() take a const pointer

get_ktype() does not modify the structure passed to it, so mark the
parameter as being const to allow other const structures to be passed to
it in the future.

Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Link: https://lore.kernel.org/r/20221021072310.3931690-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/kobject.h