Fixed several witespace and tab related warnings and errors reported by the
chechpatch.pl tool. This is my second patch. Please, be nice.
Signed-off-by: Matti Lammi
---
drivers/staging/memrar/memrar_handler.c |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/driver
2010/6/14 Ian Abbott :
> On 13/06/10 04:25, Gustavo Silva wrote:
>> + * Driver: pcl812
>> + * Description: Advantech PCL-812/PG, PCL-813/B,
>> + * ADLink ACL-8112DG/HG/PG, ACL-8113, ACL-8216,
>> + * ICP DAS A-821PGH/PGL/PGL-NDA, A-822PGH/PGL, A-823PGH/PGL,
>> A-826PG,
>> + *
Hi Craig,
I am not able to patch the g_printer_0.2.0-210607.patch
to the kernel its giving some error as
/sdk/ltib/rpm/BUILD/linux-2.6.31$ patch -p1 < ../g_printer_0.2.0-210607.patch
The next patch would create the file Documentation/usb/gadget_printer.txt,
which already exists! As
From: Ian Abbott
The dmm32at.c and comedi_bond.c comedi driver files contain an
instructional comment block copied over from skel.c about how to format
a driver comment block. This comment was modified in skel.c by a
previous patch in this series to stop Comedi's 'dump_doc' script
treating it as
From: Ian Abbott
The Comedi team have a script 'dump_doc' to extract text from the driver
comment block (starting with line 'Driver:') in (most of) the comedi
driver source files. This was recently updated to allow and strip off a
" * " prefix at the start of each line (well actually, it uses th
From: Ian Abbott
Previous whitespace changes to das08.c removed some whitespace from a
"driver comment block" that the Comedi team would like to keep. "Header
continuation lines" in this comment block should be indented with
whitespace. (This is after the " * " at the start of each line.)
Sign
On 13/06/10 04:25, Gustavo Silva wrote:
> + * Driver: pcl812
> + * Description: Advantech PCL-812/PG, PCL-813/B,
> + * ADLink ACL-8112DG/HG/PG, ACL-8113, ACL-8216,
> + * ICP DAS A-821PGH/PGL/PGL-NDA, A-822PGH/PGL, A-823PGH/PGL,
> A-826PG,
> + * ICP DAS ISO-813
> + * Auth
Cleaned up and fixed coding convention issues as reported by checkpatch.pl
on the file `drivers/adl_pci9111.c' as well as other minor changes for
consistency and clarity.
Signed-off-by: Henri Häkkinen
---
drivers/staging/comedi/drivers/adl_pci9111.c | 423 ++
1 files cha