From: Ian Abbott Date: Fri, 5 Jun 2015 17:30:05 +0000 (+0100) Subject: staging: comedi: das08.h: change description in copyright header comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=884f01c9496c906bbb645abd3de953828b18ffa8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: comedi: das08.h: change description in copyright header comment The copyright header comment includes a single-line description saying it is for "das08.c" and "das08_cs.c". However, it is also used by "das08_isa.c" and "das08_pci.c". Update the description to say it is for common DAS08 support, similar to description in "das08.c" (the common module for the DAS08 ISA/PCI/PCMCIA drivers). Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/das08.h b/drivers/staging/comedi/drivers/das08.h index 57c76401b800..388855eb9424 100644 --- a/drivers/staging/comedi/drivers/das08.h +++ b/drivers/staging/comedi/drivers/das08.h @@ -1,7 +1,7 @@ /* * das08.h * - * Header for das08.c and das08_cs.c + * Header for common DAS08 support (used by ISA/PCI/PCMCIA drivers) * * Copyright (C) 2003 Frank Mori Hess *