From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Cc: Greg KH <greg@kroah.com>
Subject: [PATCH/TRIVIAL] Fix comment in kobject_set_name
Date: Tue, 24 Aug 2004 01:15:42 -0500 [thread overview]
Message-ID: <200408240115.44395.dtor_core@ameritech.net> (raw)
===================================================================
ChangeSet@1.1837.1.35, 2004-08-21 23:07:15-05:00, dtor_core@ameritech.net
kobject: fix kobject_set_name comment.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
kobject.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
===================================================================
diff -Nru a/lib/kobject.c b/lib/kobject.c
--- a/lib/kobject.c 2004-08-24 01:14:58 -05:00
+++ b/lib/kobject.c 2004-08-24 01:14:58 -05:00
@@ -325,7 +325,7 @@
* @kobj: object.
* @name: name.
*
- * If strlen(name) < KOBJ_NAME_LEN, then use a dynamically allocated
+ * If strlen(name) >= KOBJ_NAME_LEN, then use a dynamically allocated
* string that @kobj->k_name points to. Otherwise, use the static
* @kobj->name array.
*/
next reply other threads:[~2004-08-24 6:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-24 6:15 Dmitry Torokhov [this message]
2004-08-24 23:17 ` [PATCH/TRIVIAL] Fix comment in kobject_set_name Greg KH
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=200408240115.44395.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/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.