From d23bc4efb61f88c7c55cd8adf1cc62a3b9342404 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Mon, 5 Jun 2006 00:18:43 -0400 Subject: [PATCH] --- yaml --- r: 30550 b: refs/heads/master c: 3cbd5b32cb625f5c0f1b1476d154fac873dd49ce h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/input/fixp-arith.h | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index a2fcb3a0ea52..baa117b86383 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe65b97a5885a84baa103d7213754ff29e8f872f +refs/heads/master: 3cbd5b32cb625f5c0f1b1476d154fac873dd49ce diff --git a/trunk/drivers/usb/input/fixp-arith.h b/trunk/drivers/usb/input/fixp-arith.h index b44d398de071..ed3d2da0c485 100644 --- a/trunk/drivers/usb/input/fixp-arith.h +++ b/trunk/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;