X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Finput%2Ffixp-arith.h;h=ed3d2da0c48534e30473b2888a3d613b8a2273ca;hb=2ff712585a5026a021859233fce145068292584d;hp=b44d398de0714fb62533a0ac00df9ecbbbeb85eb;hpb=d347da0deffa1d8f88f0d270eab040e4707c9916;p=linux-2.6-omap-h63xx.git diff --git a/drivers/usb/input/fixp-arith.h b/drivers/usb/input/fixp-arith.h index b44d398de07..ed3d2da0c48 100644 --- a/drivers/usb/input/fixp-arith.h +++ b/drivers/usb/input/fixp-arith.h @@ -2,8 +2,6 @@ #define _FIXP_ARITH_H /* - * $$ - * * Simplistic fixed-point arithmetics. * Hmm, I'm probably duplicating some code :( * @@ -31,20 +29,20 @@ #include -// The type representing fixed-point values +/* The type representing fixed-point values */ typedef s16 fixp_t; #define FRAC_N 8 #define FRAC_MASK ((1<>= 1;