Re: [W1] Added list masters w1 command.

From: Frederik Deweerdt
Date: Thu Dec 04 2008 - 10:43:35 EST


Hi Evgeniy,

On Thu, Dec 04, 2008 at 05:50:06PM +0300, Evgeniy Polyakov wrote:
> + mutex_lock(&w1_mlock);
> + list_for_each_entry(m, &w1_masters, w1_master_entry) {
> + if (cn->len + sizeof(*id) > PAGE_SIZE - sizeof(struct cn_msg)) {
> + cn_netlink_send(cn, 0, GFP_KERNEL);
> + cn->ack++
^^^^^^^^^^
';' is missing here

Regards,
Frederik
--
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/