diff options
Diffstat (limited to 'Documentation/filesystems/configfs/configfs.txt')
| -rw-r--r-- | Documentation/filesystems/configfs/configfs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/configfs/configfs.txt b/Documentation/filesystems/configfs/configfs.txt index c3a7afb5ea..b34cdb50ea 100644 --- a/Documentation/filesystems/configfs/configfs.txt +++ b/Documentation/filesystems/configfs/configfs.txt | |||
| @@ -209,7 +209,7 @@ will happen for write(2). | |||
| 209 | 209 | ||
| 210 | [struct config_group] | 210 | [struct config_group] |
| 211 | 211 | ||
| 212 | A config_item cannot live in a vaccum. The only way one can be created | 212 | A config_item cannot live in a vacuum. The only way one can be created |
| 213 | is via mkdir(2) on a config_group. This will trigger creation of a | 213 | is via mkdir(2) on a config_group. This will trigger creation of a |
| 214 | child item. | 214 | child item. |
| 215 | 215 | ||
| @@ -275,7 +275,7 @@ directory is not empty. | |||
| 275 | 275 | ||
| 276 | [struct configfs_subsystem] | 276 | [struct configfs_subsystem] |
| 277 | 277 | ||
| 278 | A subsystem must register itself, ususally at module_init time. This | 278 | A subsystem must register itself, usually at module_init time. This |
| 279 | tells configfs to make the subsystem appear in the file tree. | 279 | tells configfs to make the subsystem appear in the file tree. |
| 280 | 280 | ||
| 281 | struct configfs_subsystem { | 281 | struct configfs_subsystem { |
