[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090216140055.GB6927@cmpxchg.org>
Date: Mon, 16 Feb 2009 15:00:55 +0100
From: Johannes Weiner <hannes@...xchg.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
David Miller <davem@...emloft.net>
Subject: Re: [PATCH] net: replace commatas with semicolons
On Fri, Feb 13, 2009 at 10:46:21PM +0100, Thomas Gleixner wrote:
> Impact: syntax fix
>
> Interestingly enough this compiles w/o any complaints:
>
> orphans = percpu_counter_sum_positive(&tcp_orphan_count),
> sockets = percpu_counter_sum_positive(&tcp_sockets_allocated),
C's equivalent of Common Lisps PROGN. Try:
a = (foo(), 2);
it's magic!
Hannes
--
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