From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760098AbZBMXAA (ORCPT ); Fri, 13 Feb 2009 18:00:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755367AbZBMW7t (ORCPT ); Fri, 13 Feb 2009 17:59:49 -0500 Received: from casper.infradead.org ([85.118.1.10]:55197 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755360AbZBMW7t (ORCPT ); Fri, 13 Feb 2009 17:59:49 -0500 Subject: Re: [PATCH] net: replace commatas with semicolons From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , David Miller In-Reply-To: References: Content-Type: text/plain Date: Fri, 13 Feb 2009 23:59:43 +0100 Message-Id: <1234565983.4831.9.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.25.90 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2009-02-13 at 22:46 +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), Yep, the wonders of the , operator. Look her up the next time you're reading the C specs and marvel :-)