From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/kernel/irq/dummychip.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/kernel/irq/dummychip.c b/kernel/kernel/irq/dummychip.c index 0b0cdf2..7fe6cff 100644 --- a/kernel/kernel/irq/dummychip.c +++ b/kernel/kernel/irq/dummychip.c @@ -13,7 +13,7 @@ /* * What should we do if we get a hw irq event on an illegal vector? - * Each architecture has to answer this themself. + * Each architecture has to answer this themselves. */ static void ack_bad(struct irq_data *data) { -- Gitblit v1.6.2