staging: ft1000: remove formal function headers from ft1000_hw.c
authorKelley Nielsen <kelleynnn@gmail.com>
Thu, 31 Oct 2013 01:04:41 +0000 (18:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 15:47:22 +0000 (07:47 -0800)
commitda3ab48bb8357729a780d63d5d5b8983fc91b769
tree40ce214a33e1c2af77cc14aaba985e7ab463fb3e
parent547b5b2256a6d32ffb7f4f87af38f3dda207e694
staging: ft1000: remove formal function headers from ft1000_hw.c

The file ft1000_hw.c contains formal C99 style function headers that
waste space and convey little to no useful information. This patch
converts the headers to either one line standard /* */ style comments
or shorter standard style headers with parameter lists (if the parameter
list seemed helpful), or eliminates them entirely. Besides needing to be
made of its own accord, this change is in preparation to eliminate the
nonstandard STATUS_* #defines from the driver since they were cited in most
of the headers.

Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c