diff options
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2025-03-17 10:00:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-20 18:00:50 +0300 |
commit | ec1132dd55ef590fa0553308b1f7da914d505151 (patch) | |
tree | 5894d9f9358bd3479d052c5f8709154877674de4 /scripts/lib/kdoc/kdoc_parser.py | |
parent | a72f418703b55072d837b72ac87091e18049260c (diff) | |
download | linux-ec1132dd55ef590fa0553308b1f7da914d505151.tar.xz |
tty: audit: do not use N_TTY_BUF_SIZE
N_TTY_BUF_SIZE -- as the name suggests -- is the N_TTY's buffer size.
There is no reason to couple that to audit's buffer size, so define an
own TTY_AUDIT_BUF_SIZE macro (with the same size).
N_TTY_BUF_SIZE is private and will be moved to n_tty.c later.
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250317070046.24386-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions