Re: [PATCH v5 1/3] VT: Use macros to define ioctls
Greg Kroah-Hartman <[email protected]> Thu, 18 Apr 2024 08:18:56 +0200
| Newsgroups | dev.linux.lists.kbd,org.kernel.vger.linux-api,org.kernel.vger.linux-fbdev,org.kernel.vger.linux-kernel,org.kernel.vger.linux-serial |
|---|---|
| Message-ID | <2024041836-most-ablaze-f417@gregkh> |
On Wed, Apr 17, 2024 at 07:37:35PM +0200, Alexey Gladkov wrote: > All other headers use _IOC() macros to describe ioctls for a long time > now. This header is stuck in the last century. > > Simply use the _IO() macro. No other changes. > > Signed-off-by: Alexey Gladkov <[email protected]> > --- > include/uapi/linux/kd.h | 96 +++++++++++++++++++++-------------------- > 1 file changed, 49 insertions(+), 47 deletions(-) This is a nice cleanup, thanks for doing it, I'll just take this one change now if you don't object. thanks, greg k-h