]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: gpib: pc2: struct gpib_board
authorMichael Rubin <matchstick@neverthere.org>
Wed, 19 Mar 2025 21:59:20 +0000 (21:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 13:59:39 +0000 (06:59 -0700)
commit1d61a41b3bdb38682e2574b89492a816d71fbe30
tree87b20ab837a738f9ba8bf222248a4f2617984b3a
parentf3ac015f4cee819a81f38e6fae6fb161e7010696
staging: gpib: pc2: struct gpib_board

Using Linux code style for struct gpib_board.

Adhering to Linux code style.

In general, a pointer, or a struct that has elements that can reasonably be
directly accessed should never be a typedef.

Signed-off-by: Michael Rubin <matchstick@neverthere.org>
Acked-By: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250319215924.19387-17-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/pc2/pc2_gpib.c