Re: [PATCH 0/8] tty: split and cleanup headers
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-07-27 10:16:48
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-07-27 10:16:48
Also in:
lkml
On Fri, Jul 23, 2021 at 12:31:39PM +0200, Jiri Slaby wrote:
I started writing up kernel-doc documentation of the TTY layer. It turned out that linux/tty.h is a header containing many structures and even function definitions. With added kernel-doc documentation for tty_port, tty_buffer, and other main structures, tty.h grew into a very large file. This series moves many declarations/definitions from tty.h to places where they fit better. For that purpose, we also create two brave new headers to move there tty_port and tty_buffer structs. That way, the combination of documentation and code in the headers remains on maintainable level.
Thanks for the cleanups, much appreciated, now applied. greg k-h