X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Fsysfs.txt;h=a6619b7064b9e679b887d31ec85301d300c088f5;hb=80ce5f6f25bea86f4fbfb9c19c09e43ccac90bfd;hp=07235caec22c6ef811af210aff63857c25f9dd56;hpb=3298758385bbffa792f009fd965e02203aaf82a2;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index 07235caec22c..a6619b7064b9 100644 --- a/Documentation/filesystems/sysfs.txt +++ b/Documentation/filesystems/sysfs.txt @@ -70,7 +70,7 @@ An attribute definition is simply: struct attribute { char * name; struct module *owner; - mode_t mode; + umode_t mode; };