Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752317Ab1BAUcR (ORCPT ); Tue, 1 Feb 2011 15:32:17 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:52599 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751578Ab1BAUcQ (ORCPT ); Tue, 1 Feb 2011 15:32:16 -0500 Subject: Re: [patch 01/28] time: Correct the *settime* parameters From: john stultz To: Thomas Gleixner Cc: LKML , Richard Cochran , Ingo Molnar , Peter Zijlstra In-Reply-To: <20110201134417.545698637@linutronix.de> References: <20110201134320.688829863@linutronix.de> <20110201134417.545698637@linutronix.de> Content-Type: text/plain; charset="UTF-8" Date: Tue, 01 Feb 2011 12:32:02 -0800 Message-ID: <1296592322.3336.18.camel@work-vm> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 22 On Tue, 2011-02-01 at 13:50 +0000, Thomas Gleixner wrote: > plain text document attachment > (time-correct-the-settime-parameters.patch) > Both settimeofday() and clock_settime() promise with a 'const' > attribute not to alter the arguments passed in. This patch adds the > missing 'const' attribute into the various kernel functions > implementing these calls. > > Signed-off-by: Richard Cochran > Cc: John Stultz > LKML-Reference: <681d9f8ba43fea01bae9f6a17a4674194a90353b.1296124770.git.richard.cochran@omicron.at> > Signed-off-by: Thomas Gleixner Acked-by: John Stultz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/