提交 482cd2d8 编写于 作者: T Tomas Winkler 提交者: Greg Kroah-Hartman

staging/easycap: easycap.h ident correctly signed_div_result

indent level 1 by tabs
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e86ba116
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册