From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751568AbXCDL24 (ORCPT ); Sun, 4 Mar 2007 06:28:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751566AbXCDL24 (ORCPT ); Sun, 4 Mar 2007 06:28:56 -0500 Received: from mail.queued.net ([207.210.101.209]:3920 "EHLO mail.queued.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbXCDL2z (ORCPT ); Sun, 4 Mar 2007 06:28:55 -0500 Message-ID: <45EAAD75.40308@debian.org> Date: Sun, 04 Mar 2007 06:28:53 -0500 From: Andres Salomon User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: Andrew Morton CC: Thomas Gleixner , linux-kernel@vger.kernel.org Subject: [PATCH] hrtimers: hrtimer_clock_base description typo X-Enigmail-Version: 0.94.2.0 Content-Type: multipart/mixed; boundary="------------080701070307080607040107" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------080701070307080607040107 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The description for the hrtimer_clock_base struct describes "hrtimer_base". That should be hrtimer_clock_base. --------------080701070307080607040107 Content-Type: text/x-patch; name="hrtimer2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hrtimer2.patch" diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 3bef961..3000539 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -139,7 +139,7 @@ struct hrtimer_sleeper { }; /** - * struct hrtimer_base - the timer base for a specific clock + * struct hrtimer_clock_base - the timer base for a specific clock * @cpu_base: per cpu clock base * @index: clock type index for per_cpu support when moving a * timer to a base on another cpu. --------------080701070307080607040107--