]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: octeon: convert cvmx_pow_wait_t from typedef to plain enum
authorEric Wu <kunjinkao.jp@gmail.com>
Mon, 27 Apr 2026 15:54:23 +0000 (23:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:21:34 +0000 (16:21 +0200)
commit3711d19ae08b455d9f5e3613685bb41554d79a27
treee584ab77f65fd80133b7b9aab983d7b55685e227
parent1397bb27f46ede6b03942b506d3e777b89634841
staging: octeon: convert cvmx_pow_wait_t from typedef to plain enum

The Linux kernel coding style discourages the use of typedefs for
enums. Convert cvmx_pow_wait_t to a plain 'enum cvmx_pow_wait' and
update all users across the MIPS Octeon architecture code and the
staging driver stubs.

No functional change.

Signed-off-by: Eric Wu <kunjinkao.jp@gmail.com>
Link: https://patch.msgid.link/20260427155427.668540-4-kunjinkao.jp@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/include/asm/octeon/cvmx-pow.h
drivers/staging/octeon/octeon-stubs.h