[staging-next 2/4] staging/easycap: easycap.h ident correctly signed_div_result

Tomas Winkler tomas.winkler at intel.com
Mon Jan 24 11:27:01 UTC 2011


indent level 1 by tabs

Signed-off-by: Tomas Winkler <tomas.winkler at intel.com>

diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h
index 2f49d4a..21355cc 100644
--- a/drivers/staging/easycap/easycap.h
+++ b/drivers/staging/easycap/easycap.h
@@ -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);
 
 
-- 
1.7.3.4

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.




More information about the devel mailing list