]> www.infradead.org Git - users/dwmw2/linux.git/commit
staging: gpib: Removing typedef gpib_status_queue
authorMichael Rubin <matchstick@neverthere.org>
Tue, 8 Apr 2025 23:25:32 +0000 (23:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:42:40 +0000 (16:42 +0200)
commitf95d88118829b283c2ddbb5f02e014ddfd281d7a
treeed23a40ce8cff68e10b4b07c63b87517d0bb4e02
parent8901501d389830f7e79da8de2fa159f44802c235
staging: gpib: Removing typedef gpib_status_queue

Removing gpib_status_queue_t to adhere to Linux code style.

Reported by checkpatch.pl

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>
Link: https://lore.kernel.org/r/20250408232535.187528-5-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/common/gpib_os.c
drivers/staging/gpib/common/iblib.c
drivers/staging/gpib/common/ibsys.h
drivers/staging/gpib/include/gpib_proto.h
drivers/staging/gpib/include/gpib_types.h