Changeset 7c3fb9b in mainline for uspace/drv/block/usbmast


Ignore:
Timestamp:
2018-05-17T08:29:01Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

Location:
uspace/drv/block/usbmast
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/usbmast/bo_trans.c

    rfac0ac7 r7c3fb9b  
    209209void usb_massstor_reset_recovery(usbmast_dev_t *mdev)
    210210{
    211         /* We would ignore errors here because if this fails
     211        /*
     212         * We would ignore errors here because if this fails
    212213         * we are doomed anyway and any following transaction would fail.
    213214         */
  • uspace/drv/block/usbmast/scsi_ms.c

    rfac0ac7 r7c3fb9b  
    9393                return rc;
    9494        }
    95         /* Ignore command error here. If there's something wrong
     95        /*
     96         * Ignore command error here. If there's something wrong
    9697         * with the device the following commands will fail too.
    9798         */
Note: See TracChangeset for help on using the changeset viewer.