]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: gpib: struct typing for gpib_gboard_t
authorMichael Rubin <matchstick@neverthere.org>
Wed, 19 Mar 2025 21:59:23 +0000 (21:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 13:59:39 +0000 (06:59 -0700)
commit50af7beb90b355f6aa6914ff3f66ee6b848c0990
tree9615b1ce8f2067a0bcd2e360e9e51dc3174c9975
parentfc2c620c3924f26919c7dc1fc46e63c43a7ab98f
staging: gpib: struct typing for gpib_gboard_t

Using Linux code style for gpib_board struct.

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-20-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/include/gpibP.h
drivers/staging/gpib/include/gpib_proto.h
drivers/staging/gpib/include/gpib_types.h