]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Removing typedef gpib_event_queue
authorMichael Rubin <matchstick@neverthere.org>
Tue, 8 Apr 2025 23:25:29 +0000 (23:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:41:56 +0000 (16:41 +0200)
commit4655562990aaaf5ead545ecea4a30970c679e188
tree4deea06c0fa9aa981a2ff14d2bdd635fbd49b1cf
parent0520805ac264420e741575c347738c9c416e8d2a
staging: gpib: Removing typedef gpib_event_queue

Removing gpib_event_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-2-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/common/gpib_os.c
drivers/staging/gpib/include/gpibP.h
drivers/staging/gpib/include/gpib_types.h