Message ID | 20240817093258.9220-1-rwz@xhero.org (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | pull-request appletalk 2024-08-17 | expand |
On Sat, Aug 17, 2024 at 11:32:58AM +0200, Rodolfo Zitellini wrote:
> This is the patch for the line discipline
Please look at the kernel documentation for best how to write changelog
texts. This needs a bit of work.
thanks,
greg k-h
> Please look at the kernel documentation for best how to write changelog > texts. This needs a bit of work. Hi Greg, thanks for your review! I will absolutely improve the commit messages on both patches in the next version of the series. Kind Regards, Rodolfo
Where is 2/2? It cannot be seen: https://lore.kernel.org/all/20240817093258.9220-1-rwz@xhero.org/#r On 17. 08. 24, 11:32, Rodolfo Zitellini wrote: > This is the patch for the line discipline > > Signed-off-by: Rodolfo Zitellini <rwz@xhero.org> > > --- > include/uapi/linux/tty.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h > index 68aeae2addec..bac4c0af67e6 100644 > --- a/include/uapi/linux/tty.h > +++ b/include/uapi/linux/tty.h > @@ -39,8 +39,9 @@ > #define N_MCTP 28 /* MCTP-over-serial */ > #define N_DEVELOPMENT 29 /* Manual out-of-tree testing */ > #define N_CAN327 30 /* ELM327 based OBD-II interfaces */ > +#define N_TASHTALK 31 /* TashTalk LocalTalk driver */ > > /* Always the newest line discipline + 1 */ > -#define NR_LDISCS 31 > +#define NR_LDISCS 32 > > #endif /* _UAPI_LINUX_TTY_H */
On 19. 08. 24, 7:16, Jiri Slaby wrote: > Where is 2/2? > > It cannot be seen: > https://lore.kernel.org/all/20240817093258.9220-1-rwz@xhero.org/#r It's a separate <20240817093316.9239-1-rwz@xhero.org>. Please fix threading when sending next time.
diff --git a/include/uapi/linux/tty.h b/include/uapi/linux/tty.h index 68aeae2addec..bac4c0af67e6 100644 --- a/include/uapi/linux/tty.h +++ b/include/uapi/linux/tty.h @@ -39,8 +39,9 @@ #define N_MCTP 28 /* MCTP-over-serial */ #define N_DEVELOPMENT 29 /* Manual out-of-tree testing */ #define N_CAN327 30 /* ELM327 based OBD-II interfaces */ +#define N_TASHTALK 31 /* TashTalk LocalTalk driver */ /* Always the newest line discipline + 1 */ -#define NR_LDISCS 31 +#define NR_LDISCS 32 #endif /* _UAPI_LINUX_TTY_H */
This is the patch for the line discipline Signed-off-by: Rodolfo Zitellini <rwz@xhero.org> --- include/uapi/linux/tty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)