1. NAME

sysfs_chmod_file - update the modified mode value on an object attribute.

2. SYNOPSIS

int sysfs_chmod_file(struct kobject *  kobj , const struct attribute *  attr , umode_t  mode );

3. ARGUMENTS

kobj
    object weAqre acting for.

attr
    attribute descriptor.

mode
    file permissions.

4. COPYRIGHT