[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250409055903.321438-1-matchstick@neverthere.org>
Date: Wed, 9 Apr 2025 05:58:42 +0000
From: Michael Rubin <matchstick@...erthere.org>
To: gregkh@...uxfoundation.org,
dpenkler@...il.com
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Rubin <matchstick@...erthere.org>
Subject: [Patch v1 00/21] staging: gpib: Removing typedefs for ioctl API
Moving typedefs to explicit structs as dictated by the Linux code style.
Also removing typedefs for fundamental types as per Linux code style.
Reported by checkpatch.pl
* Patch 1 - Patch 16: Removes typedef for explicit structs.
In general, a pointer, or a struct that has elements that can
reasonably be directly accessed should never be a typedef.
* Patch 17 - Patch 21
Removing typedefs of fundamental types
Michael Rubin (21):
staging: gpib: Using struct gpib_board_type_ioctl
staging: gpib: Using struct gpib_read_write_ioctl
staging: gpib: Using struct gpib_open_dev_ioctl
staging: gpib: Using struct gpib_close_dev_ioctl
staging: gpib: Using struct gpib_serial_poll_ioctl
staging: gpib: Using struct gpib_eos_ioctl
staging: gpib: Using struct gpib_wait_ioctl
staging: gpib: Using struct gpib_online_ioctl
staging: gpib: Using struct gpib_spoll_bytes_ioctl
staging: gpib: Using struct gpib_board_info_ioctl
staging: gpib: Using struct gpib_select_pci_ioctl
staging: gpib: Using struct gpib_ppoll_config_ioctl`
staging: gpib: Using struct gpib_pad_ioctl
staging: gpib: Using struct gpib_sad_ioctl
staging: gpib: Using gpib_select_device_path_ioctl
staging: gpib: Using struct gpib_request_service2
staging: gpib: event_ioctl_t now short
staging: gpib: rsc_ioctl_t now int
staging: gpib: t1_delay_ioctl_t now unsigned int
staging: gpib: autospoll_ioctl_t now short
staging: gpib: local_ppoll_mode_ioctl_t now short
drivers/staging/gpib/common/gpib_os.c | 58 ++++++------
drivers/staging/gpib/uapi/gpib_ioctl.h | 118 ++++++++++++-------------
2 files changed, 86 insertions(+), 90 deletions(-)
--
2.43.0
Powered by blists - more mailing lists