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