Skip to content

Commit

Permalink
staging/easycap: easycap.h ident correctly signed_div_result
Browse files Browse the repository at this point in the history
indent level 1 by tabs

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jan 24, 2011
1 parent e86ba11 commit 482cd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ int regget(struct usb_device *, __u16, void *);
int isdongle(struct easycap *);
/*---------------------------------------------------------------------------*/
struct signed_div_result {
long long int quotient;
unsigned long long int remainder;
long long int quotient;
unsigned long long int remainder;
} signed_div(long long int, long long int);


Expand Down

0 comments on commit 482cd2d

Please sign in to comment.