[PATCH] Staging: memrar: memrar_handler.c: Fixed whitespace and tab warnings

2010-06-14 Thread Matti Lammi
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

Re: [PATCH] Staging: comedi: drivers: fix coding style issues in pcl812.c

2010-06-14 Thread Gustavo Silva
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, >> + *    

USB gadget printer not working in windows Xp

2010-06-14 Thread Sandeep G.R
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

[PATCH 2/2] Staging: Comedi: drivers: Remove comment copied from skel.c

2010-06-14 Thread Ian Abbott
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

[PATCH 1/2] Staging: comedi: drivers: skel: Add whitespace to example comment block

2010-06-14 Thread Ian Abbott
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

[PATCH] Staging: comedi: drivers: das08: Add whitespace to driver comment block

2010-06-14 Thread Ian Abbott
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

Re: [PATCH] Staging: comedi: drivers: fix coding style issues in pcl812.c

2010-06-14 Thread 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, > + * ICP DAS ISO-813 > + * Auth

[PATCH] staging:comedi: Fixed coding conventions on `adl_pci9111.c'

2010-06-14 Thread Henri Häkkinen
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