Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7a83d456a86d559a6347115d206d23774bc152d9
Commit:     7a83d456a86d559a6347115d206d23774bc152d9
Parent:     b1c7192df1b089ed654c76fbf14d7f7dbf4b9616
Author:     Greg Kroah-Hartman <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 24 21:52:56 2007 -0700
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Thu Jan 24 20:40:04 2008 -0800

    kobject: remove incorrect comment in kobject_rename
    
    As pointed out by Kay.
    
    Cc: Kay Sievers <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 lib/kobject.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/kobject.c b/lib/kobject.c
index 3590f02..9500339 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -334,8 +334,6 @@ int kobject_rename(struct kobject * kobj, const char 
*new_name)
        sprintf(devpath_string, "DEVPATH_OLD=%s", devpath);
        envp[0] = devpath_string;
        envp[1] = NULL;
-       /* Note : if we want to send the new name alone, not the full path,
-        * we could probably use kobject_name(kobj); */
 
        error = sysfs_rename_dir(kobj, new_name);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to