Severin Gsponer <svgsponer@xxxxxxxxx> writes: > Changed comment style to C89 in Version.h > Fixed some whitespace issues in Typedefs.h > Changed comment style to C89 in vendorspecificextn.c > All issues found with checkpatch.pl > > Signed-off-by: Severin Gsponer <svgsponer@xxxxxxxxx> > --- > drivers/staging/bcm/Typedefs.h | 22 ++-- > drivers/staging/bcm/Version.h | 8 +- > drivers/staging/bcm/vendorspecificextn.c | 197 +++++++++++++++--------------- > 3 files changed, 110 insertions(+), 117 deletions(-) > > diff --git a/drivers/staging/bcm/Typedefs.h b/drivers/staging/bcm/Typedefs.h > index a985abf..3dea509 100644 > --- a/drivers/staging/bcm/Typedefs.h > +++ b/drivers/staging/bcm/Typedefs.h > @@ -25,16 +25,16 @@ typedef unsigned int B_UINT32; > typedef unsigned long ULONG; > typedef unsigned long DWORD; > > -typedef char* PCHAR; > -typedef short* PSHORT; > -typedef int* PINT; > -typedef long* PLONG; > -typedef void* PVOID; > - > -typedef unsigned char* PUCHAR; > -typedef unsigned short* PUSHORT; > -typedef unsigned int* PUINT; > -typedef unsigned long* PULONG; > +typedef char *PCHAR; > +typedef short *PSHORT; > +typedef int *PINT; > +typedef long *PLONG; > +typedef void *PVOID; > + > +typedef unsigned char *PUCHAR; > +typedef unsigned short *PUSHORT; > +typedef unsigned int *PUINT; > +typedef unsigned long *PULONG; > typedef unsigned long long ULONG64; > typedef unsigned long long LARGE_INTEGER; > typedef unsigned int UINT32; > @@ -43,5 +43,5 @@ typedef unsigned int UINT32; > #endif I bet, there is no reason for such typedef's -- Nikola _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel