All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Legoll <vlegoll@9online.fr>
To: Alexey Dobriyan <adobriyan@openvz.org>
Cc: linux-kernel@vger.kernel.org, Vincent Legoll <vincent.legoll@gmail.com>
Subject: Re: [PATCH] Consolidate default sched_clock()
Date: Mon, 01 Jan 2007 20:09:21 +0100	[thread overview]
Message-ID: <45995C61.2000402@9online.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

Hello,

what about the following, on top of your patch ?

It's trivial modif to kernel-doc style comment...

-- 
Vincent Legoll

[-- Attachment #2: sched_clock-consolidation-kernel-doc.patch --]
[-- Type: text/x-patch, Size: 407 bytes --]

diff --git a/kernel/sched.c b/kernel/sched.c
index f92a239..2c51ec0 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -56,8 +56,8 @@
 
 #include <asm/unistd.h>
 
-/*
- * Scheduler clock - returns current time in nanosec units.
+/**
+ * sched_clock - returns current scheduler clock time in nanosec units.
  * This is default implementation.
  * Architectures and sub-architectures can override this.
  */

             reply	other threads:[~2007-01-01 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-01 19:09 Vincent Legoll [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-12-25 12:43 [PATCH] Consolidate default sched_clock() Alexey Dobriyan
2006-12-26 23:37 ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45995C61.2000402@9online.fr \
    --to=vlegoll@9online.fr \
    --cc=adobriyan@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vincent.legoll@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.