forked from Minki/linux
staging/easycap: easycap.h ident correctly signed_div_result
indent level 1 by tabs Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e86ba1162f
commit
482cd2d8d8
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user