From nobody Sun Feb 8 13:38:39 2026 Received: from smtp99.iad3a.emailsrvr.com (smtp99.iad3a.emailsrvr.com [173.203.187.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 02243176FB1 for ; Thu, 29 Jan 2026 13:01:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=173.203.187.99 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769691708; cv=none; b=UiLWZhLYM2dZr38WjzgN1ZIhWvEbxJrJo94a/ijih6z/x9SKEKoJEJnmV/bV6ESur10vjQeEF9GSMjab7vWYY1TGQEwjiETVDVc74fETdmBg9L0y3aU/zB8czIvcF4I796VW2dpXL3jH+noYEtj1x9dW28tsSexYLjz1TmvD7Ow= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769691708; c=relaxed/simple; bh=qePyqfNVPUFQ+NcWprG0aOJa4v17GtXRqoKuQ9kMc2E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=uN689uazrTHGeHQ24W/g7ToAuqZNmUYDhpFbkHlAwZVDTNmNdjwQ53lbhyG5jaINyBUExPVO04LqdX4MU58GUNo9amSgZS467lT7qYYHU0F13syr2urUPhe11hPggfiiFtJR7asxZNWEjAiJ0UOwU7z6JlfwO1S4ABtSxObXITI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mev.co.uk; spf=pass smtp.mailfrom=mev.co.uk; dkim=pass (1024-bit key) header.d=mev.co.uk header.i=@mev.co.uk header.b=x6PUzMYf; arc=none smtp.client-ip=173.203.187.99 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mev.co.uk Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mev.co.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mev.co.uk header.i=@mev.co.uk header.b="x6PUzMYf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mev.co.uk; s=20221208-6x11dpa4; t=1769687051; bh=qePyqfNVPUFQ+NcWprG0aOJa4v17GtXRqoKuQ9kMc2E=; h=From:To:Subject:Date:From; b=x6PUzMYf1bHbCw28yqXMBtnmHemxIbHmbW03kWLH9UTyVDXZoBuxEC+iI/DIlhdFa J8dMl3WsPRYkC9eUciacX/6GHRxU69g8vj9+p66INdEhNOlyu9AqaLTEmROCLk37vq nzN4H/TWPem19h1pZNmblEVff7I6jOl9yM8HLHyg= X-Auth-ID: abbotti@mev.co.uk Received: by smtp29.relay.iad3a.emailsrvr.com (Authenticated sender: abbotti-AT-mev.co.uk) with ESMTPSA id D699B25169; Thu, 29 Jan 2026 06:44:10 -0500 (EST) From: Ian Abbott To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , Ian Abbott , H Hartley Sweeten Subject: [PATCH] comedi: Correct name of ACCES I/O Products Date: Thu, 29 Jan 2026 11:44:02 +0000 Message-ID: <20260129114402.11033-1-abbotti@mev.co.uk> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Classification-ID: 78635fdb-0b05-45ee-9255-d78912e8ca13-1-1 Content-Type: text/plain; charset="utf-8" Commit 6cd5a9a35c3d ("staging/trivial: fix typos concerning "access"") accidentally changed "Acces I/O Products" to "Access I/O Products", although "Acces" should actually be a capitalized acronym "ACCES" (standing for "Acquisition, Control, and Communication: Engineering & Systems"). Change it in the "aio_aio12_8" and "aio_iiro_16" drivers and change the Kconfig file to match. Signed-off-by: Ian Abbott --- drivers/comedi/Kconfig | 10 +++++----- drivers/comedi/drivers/aio_aio12_8.c | 12 ++++++------ drivers/comedi/drivers/aio_iiro_16.c | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/comedi/Kconfig b/drivers/comedi/Kconfig index 6dcc2567de6d..c34a8d68547b 100644 --- a/drivers/comedi/Kconfig +++ b/drivers/comedi/Kconfig @@ -405,20 +405,20 @@ config COMEDI_FL512 called fl512. =20 config COMEDI_AIO_AIO12_8 - tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support" + tristate "ACCES I/O Products PC/104 AIO12-8 Analog I/O Board support" select COMEDI_8254 select COMEDI_8255 help - Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board + Enable support for ACCES I/O Products PC/104 AIO12-8 Analog I/O Board =20 To compile this driver as a module, choose M here: the module will be called aio_aio12_8. =20 config COMEDI_AIO_IIRO_16 - tristate "I/O Products PC/104 IIRO16 Board support" + tristate "ACCES I/O Products PC/104 IIRO16 Board support" help - Enable support for I/O Products PC/104 IIRO16 Relay And Isolated - Input Board + Enable support for ACCES I/O Products PC/104 IIRO16 Relay And + Isolated Input Board =20 To compile this driver as a module, choose M here: the module will be called aio_iiro_16. diff --git a/drivers/comedi/drivers/aio_aio12_8.c b/drivers/comedi/drivers/= aio_aio12_8.c index 227a86a3a760..bd4999e043cf 100644 --- a/drivers/comedi/drivers/aio_aio12_8.c +++ b/drivers/comedi/drivers/aio_aio12_8.c @@ -1,17 +1,17 @@ // SPDX-License-Identifier: GPL-2.0+ /* * aio_aio12_8.c - * Driver for Access I/O Products PC-104 AIO12-8 Analog I/O Board + * Driver for ACCES I/O Products PC-104 AIO12-8 Analog I/O Board * Copyright (C) 2006 C&C Technologies, Inc. */ =20 /* * Driver: aio_aio12_8 - * Description: Access I/O Products PC-104 AIO12-8 Analog I/O Board + * Description: ACCES I/O Products PC-104 AIO12-8 Analog I/O Board * Author: Pablo Mejia - * Devices: [Access I/O] PC-104 AIO12-8 (aio_aio12_8), - * [Access I/O] PC-104 AI12-8 (aio_ai12_8), - * [Access I/O] PC-104 AO12-4 (aio_ao12_4) + * Devices: [ACCES I/O] PC-104 AIO12-8 (aio_aio12_8), + * [ACCES I/O] PC-104 AI12-8 (aio_ai12_8), + * [ACCES I/O] PC-104 AO12-4 (aio_ao12_4) * Status: experimental * * Configuration Options: @@ -272,5 +272,5 @@ static struct comedi_driver aio_aio12_8_driver =3D { module_comedi_driver(aio_aio12_8_driver); =20 MODULE_AUTHOR("Comedi https://www.comedi.org"); -MODULE_DESCRIPTION("Comedi driver for Access I/O AIO12-8 Analog I/O Board"= ); +MODULE_DESCRIPTION("Comedi driver for ACCES I/O AIO12-8 Analog I/O Board"); MODULE_LICENSE("GPL"); diff --git a/drivers/comedi/drivers/aio_iiro_16.c b/drivers/comedi/drivers/= aio_iiro_16.c index 739cc4db52ac..6a19ae920ce5 100644 --- a/drivers/comedi/drivers/aio_iiro_16.c +++ b/drivers/comedi/drivers/aio_iiro_16.c @@ -1,15 +1,15 @@ // SPDX-License-Identifier: GPL-2.0+ /* * aio_iiro_16.c - * Comedi driver for Access I/O Products 104-IIRO-16 board + * Comedi driver for ACCES I/O Products 104-IIRO-16 board * Copyright (C) 2006 C&C Technologies, Inc. */ =20 /* * Driver: aio_iiro_16 - * Description: Access I/O Products PC/104 Isolated Input/Relay Output Boa= rd + * Description: ACCES I/O Products PC/104 Isolated Input/Relay Output Board * Author: Zachary Ware - * Devices: [Access I/O] 104-IIRO-16 (aio_iiro_16) + * Devices: [ACCES I/O] 104-IIRO-16 (aio_iiro_16) * Status: experimental * * Configuration Options: @@ -231,5 +231,5 @@ static struct comedi_driver aio_iiro_16_driver =3D { module_comedi_driver(aio_iiro_16_driver); =20 MODULE_AUTHOR("Comedi https://www.comedi.org"); -MODULE_DESCRIPTION("Comedi driver for Access I/O Products 104-IIRO-16 boar= d"); +MODULE_DESCRIPTION("Comedi driver for ACCES I/O Products 104-IIRO-16 board= "); MODULE_LICENSE("GPL"); --=20 2.51.0