From f94a8c8749b7a75175019968a8f37621f0034270 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 5 Jan 2015 17:54:46 +0000 Subject: [PATCH] staging: comedi: dyna_pci10xx: rewrite comedi driver comment block Rewrite the comedi "driver" comment block to conform to the usual format for comedi driver comment blocks and reformat it to use the usual block comment style. In particular, the "Devices:" line should be a comma-separated list where the first item is in the following format: [Manufacturer] BOARD-NAME (comedi-board-name) The "[Manufacturer]" and/or "(comedi-board-name)" parts may be omitted from following items, in which case the parts from the preceding item are used. The "Devices:" line may be continued continued over several lines by using one or more spaces at the start of each continuation line (not counting the space after the "*" in the block comment). Change the original "Devices:" line to a "Description:" line. Remove the "Version:" line as we don't care about driver version numbers in the kernel. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed