X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fkobject.txt;h=b2e374586bd8627719167011a992ec3eb81a1c96;hb=bcc8f3e01facc51b9d4f6351cd866f19eac0b5ae;hp=f5d2aad65a672ce65082769b835d621bac11e59a;hpb=e3d2f927f788adcdabc42f8a1616f6cc56c53bbe;p=mv-sheeva.git diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt index f5d2aad65a6..b2e374586bd 100644 --- a/Documentation/kobject.txt +++ b/Documentation/kobject.txt @@ -118,8 +118,8 @@ the name of the kobject, call kobject_rename(): int kobject_rename(struct kobject *kobj, const char *new_name); -Note kobject_rename does perform any locking or have a solid notion of -what names are valid so the provide must provide their own sanity checking +kobject_rename does not perform any locking or have a solid notion of +what names are valid so the caller must provide their own sanity checking and serialization. There is a function called kobject_set_name() but that is legacy cruft and