Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kobject-example: Spelling fixes.

No change in functionality.

Signed-off-by: Radu Voicilas <rvoicilas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Radu Voicilas and committed by
Greg Kroah-Hartman
a115bc07 77d3d7c1

+2 -2
+2 -2
samples/kobject/kobject-example.c
··· 44 44 __ATTR(foo, 0666, foo_show, foo_store); 45 45 46 46 /* 47 - * More complex function where we determine which varible is being accessed by 47 + * More complex function where we determine which variable is being accessed by 48 48 * looking at the attribute for the "baz" and "bar" files. 49 49 */ 50 50 static ssize_t b_show(struct kobject *kobj, struct kobj_attribute *attr, ··· 79 79 80 80 81 81 /* 82 - * Create a group of attributes so that we can create and destory them all 82 + * Create a group of attributes so that we can create and destroy them all 83 83 * at once. 84 84 */ 85 85 static struct attribute *attrs[] = {