]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: gpio: struct gpib_board
authorMichael Rubin <matchstick@neverthere.org>
Wed, 19 Mar 2025 21:59:13 +0000 (21:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 13:59:39 +0000 (06:59 -0700)
commitd2167c03896fa333a5b43a02e01a7e292315d473
tree4d50bf4b36b2f9d50934ad2d4d1d96c80612352a
parent0ca4205bffa2434073f8c1432d40ac82f3d9055f
staging: gpib: gpio: 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-10-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/gpio/gpib_bitbang.c