From 6bd4fa872e971ce1569a6c012fff7c90f348dfd2 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 5 Jan 2015 17:54:58 +0000 Subject: [PATCH] staging: comedi: ni_tiocmd: 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