From 9ade47ab81f53008af52d25569458e0d02336bb6 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 5 Jan 2015 17:54:57 +0000 Subject: [PATCH] staging: comedi: ni_tio: change comedi "driver" comment to "module" This module contains support code for some other comedi drivers, but isn't a comedi driver itself, so doesn't need a comedi "driver" comment. To preserve the details in the original comment, change it into a comedi "module" comment (which I've just invented) by changing the "Driver:" line into a "Module:" line and removing the "Devices:" line. Also reformat it to use the usual block comment style. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed