Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

comedi: Correct name of ACCES I/O Products

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 <abbotti@mev.co.uk>
Link: https://patch.msgid.link/20260129114402.11033-1-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ian Abbott and committed by
Greg Kroah-Hartman
b5720dab ae377d6a

+15 -15
+5 -5
drivers/comedi/Kconfig
··· 405 405 called fl512. 406 406 407 407 config COMEDI_AIO_AIO12_8 408 - tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support" 408 + tristate "ACCES I/O Products PC/104 AIO12-8 Analog I/O Board support" 409 409 select COMEDI_8254 410 410 select COMEDI_8255 411 411 help 412 - Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board 412 + Enable support for ACCES I/O Products PC/104 AIO12-8 Analog I/O Board 413 413 414 414 To compile this driver as a module, choose M here: the module will be 415 415 called aio_aio12_8. 416 416 417 417 config COMEDI_AIO_IIRO_16 418 - tristate "I/O Products PC/104 IIRO16 Board support" 418 + tristate "ACCES I/O Products PC/104 IIRO16 Board support" 419 419 help 420 - Enable support for I/O Products PC/104 IIRO16 Relay And Isolated 421 - Input Board 420 + Enable support for ACCES I/O Products PC/104 IIRO16 Relay And 421 + Isolated Input Board 422 422 423 423 To compile this driver as a module, choose M here: the module will be 424 424 called aio_iiro_16.
+6 -6
drivers/comedi/drivers/aio_aio12_8.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * aio_aio12_8.c 4 - * Driver for Access I/O Products PC-104 AIO12-8 Analog I/O Board 4 + * Driver for ACCES I/O Products PC-104 AIO12-8 Analog I/O Board 5 5 * Copyright (C) 2006 C&C Technologies, Inc. 6 6 */ 7 7 8 8 /* 9 9 * Driver: aio_aio12_8 10 - * Description: Access I/O Products PC-104 AIO12-8 Analog I/O Board 10 + * Description: ACCES I/O Products PC-104 AIO12-8 Analog I/O Board 11 11 * Author: Pablo Mejia <pablo.mejia@cctechnol.com> 12 - * Devices: [Access I/O] PC-104 AIO12-8 (aio_aio12_8), 13 - * [Access I/O] PC-104 AI12-8 (aio_ai12_8), 14 - * [Access I/O] PC-104 AO12-4 (aio_ao12_4) 12 + * Devices: [ACCES I/O] PC-104 AIO12-8 (aio_aio12_8), 13 + * [ACCES I/O] PC-104 AI12-8 (aio_ai12_8), 14 + * [ACCES I/O] PC-104 AO12-4 (aio_ao12_4) 15 15 * Status: experimental 16 16 * 17 17 * Configuration Options: ··· 273 273 module_comedi_driver(aio_aio12_8_driver); 274 274 275 275 MODULE_AUTHOR("Comedi https://www.comedi.org"); 276 - MODULE_DESCRIPTION("Comedi driver for Access I/O AIO12-8 Analog I/O Board"); 276 + MODULE_DESCRIPTION("Comedi driver for ACCES I/O AIO12-8 Analog I/O Board"); 277 277 MODULE_LICENSE("GPL");
+4 -4
drivers/comedi/drivers/aio_iiro_16.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * aio_iiro_16.c 4 - * Comedi driver for Access I/O Products 104-IIRO-16 board 4 + * Comedi driver for ACCES I/O Products 104-IIRO-16 board 5 5 * Copyright (C) 2006 C&C Technologies, Inc. 6 6 */ 7 7 8 8 /* 9 9 * Driver: aio_iiro_16 10 - * Description: Access I/O Products PC/104 Isolated Input/Relay Output Board 10 + * Description: ACCES I/O Products PC/104 Isolated Input/Relay Output Board 11 11 * Author: Zachary Ware <zach.ware@cctechnol.com> 12 - * Devices: [Access I/O] 104-IIRO-16 (aio_iiro_16) 12 + * Devices: [ACCES I/O] 104-IIRO-16 (aio_iiro_16) 13 13 * Status: experimental 14 14 * 15 15 * Configuration Options: ··· 232 232 module_comedi_driver(aio_iiro_16_driver); 233 233 234 234 MODULE_AUTHOR("Comedi https://www.comedi.org"); 235 - MODULE_DESCRIPTION("Comedi driver for Access I/O Products 104-IIRO-16 board"); 235 + MODULE_DESCRIPTION("Comedi driver for ACCES I/O Products 104-IIRO-16 board"); 236 236 MODULE_LICENSE("GPL");