Re: [PATCH 3/3] devmem: remove redundant parameter fromdo_write_kmem()
From: Daniel Walker
Date: Sat Sep 12 2009 - 11:30:27 EST
On Sat, 2009年09月12日 at 23:20 +0800, Wu Fengguang wrote:
>
static inline ssize_t
>
-do_write_kmem(void *p, unsigned long realp, const char __user * buf,
>
+do_write_kmem(unsigned long p, const char __user * buf,
>
size_t count, loff_t *ppos)
>
{
There's one style issue in the block above. Could you run your patches
through checkpatch and fix whatever errors it reports?
Daniel
--
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/