[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081204154120.GB4864@gambetta>
Date: Thu, 4 Dec 2008 16:41:20 +0100
From: Frederik Deweerdt <frederik.deweerdt@...og.eu>
To: Evgeniy Polyakov <zbr@...emap.net>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [W1] Added list masters w1 command.
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists