Changeset 286286c in mainline for uspace/srv/vfs/vfs_register.c


Ignore:
Timestamp:
2011-09-23T15:56:23Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ab4aca, 6fe0bf8d
Parents:
4979403
Message:

Cstyle fixes and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_register.c

    r4979403 r286286c  
    155155         */
    156156        if (fs_name_to_handle(fs_info->vfs_info.instance,
    157                         fs_info->vfs_info.name, false)) {
     157            fs_info->vfs_info.name, false)) {
    158158                /*
    159159                 * We already register a fs like this.
     
    308308                fs_info_t *fs = list_get_instance(cur, fs_info_t, fs_link);
    309309                if (str_cmp(fs->vfs_info.name, name) == 0 &&
    310                                 instance == fs->vfs_info.instance) {
     310                    instance == fs->vfs_info.instance) {
    311311                        handle = fs->fs_handle;
    312312                        break;
Note: See TracChangeset for help on using the changeset viewer.