Re: [tip PATCH v6 3/8] RFC: futex: futex_lock_pi_atomic()

From: Darren Hart
Date: Tue Mar 31 2009 - 11:01:09 EST


Thomas Gleixner wrote:
On Mon, 30 Mar 2009, Darren Hart wrote:
+static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb,
+ union futex_key *key,
+ struct futex_pi_state **ps,
+ struct task_struct *task)
+{
+ u32 uval, newval, curval;
+ int lock_taken;
+ int ret;
+ int ownerdied = 0;

int lock_taken, ret, ownerdied = 0;


Fixed, and reordered to meet preferred reverse line length order of declarations:

int lock_taken, ret, ownerdied = 0;
u32 uval, newval, curval;


Thanks,

--
Darren Hart
IBM Linux Technology Center
Real-Time Linux Team
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/