From: norly Date: Sun, 1 May 2022 21:19:26 +0000 (+0200) Subject: Update comment about N_DEVELOPMENT X-Git-Url: https://git.enpas.org/?p=elmcan.git;a=commitdiff_plain;h=176ce0289426c50e1c1e4d486c82c6cf1c028d06 Update comment about N_DEVELOPMENT N_DEVELOPMENT has been officially set to 29 in Linux v5.18-rc1. --- diff --git a/module/elmcan.c b/module/elmcan.c index 3afbbc4..76e1389 100644 --- a/module/elmcan.c +++ b/module/elmcan.c @@ -44,8 +44,8 @@ #include /* Line discipline ID number. - * N_DEVELOPMENT will likely be defined from Linux 5.18 onwards: - * https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/commit/?h=tty-next&id=c2faf737abfb10f88f2d2612d573e9edc3c42c37 + * Starting with Linux v5.18-rc1, N_DEVELOPMENT is defined as 29: + * https://github.com/torvalds/linux/commit/c2faf737abfb10f88f2d2612d573e9edc3c42c37 */ #ifndef N_DEVELOPMENT #define N_DEVELOPMENT 29