From: H Hartley Sweeten Date: Wed, 23 Jan 2013 19:46:45 +0000 (-0700) Subject: staging: comedi: addi_apci_3501: cleanup comments in hwdrv_apci3501.c X-Git-Tag: v3.9-rc1~127^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef0cfb192905d0e8d03d15a69b446c26d54c81f;p=pandora-kernel.git staging: comedi: addi_apci_3501: cleanup comments in hwdrv_apci3501.c The watchdog/timer subdevice in this driver is basically broke. The subdevice functions abuse the comedi API and the (*insn_config) simply doesn't work due to it's treating data[0] as a parameter and not as the config "instruction". For now, cleanup the comments for the functions so they are at least readable. Then we can figure out how to fix the subdevice. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed