~ubuntu-branches/ubuntu/wily/sg3-utils/wily

« back to all changes in this revision

Viewing changes to examples/sg_simple1.c

  • Committer: Package Import Robot
  • Author(s): Ritesh Raj Sarraf
  • Date: 2013-06-23 16:08:01 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130623160801-7rt7zb2dwk0ba7ut
Tags: 1.36-1
* [69e9dac] Imported Upstream version 1.36
* [cb75936] Add debian compat, level 7
* [68fed25] update README.source
* [3c724fc] Add build-dep autotools-dev
* [e4b9fdd] add destdir to install path
* [7cfff11] Simplify build with debhelper
* [f9a7540] Update symbols for 1.36 release
* [7b0b48d] Enable hardening build

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
        printf("Test Unit Ready failed so unit may _not_ be ready!\n");
181
181
 
182
182
    if (do_extra)
183
 
        printf("TEST UNIT READY duration=%u millisecs, resid=%d, msg_status=%d\n",
184
 
               io_hdr.duration, io_hdr.resid, (int)io_hdr.msg_status);
 
183
        printf("TEST UNIT READY duration=%u millisecs, resid=%d, "
 
184
               "msg_status=%d\n", io_hdr.duration, io_hdr.resid,
 
185
               (int)io_hdr.msg_status);
185
186
 
186
187
    close(sg_fd);
187
188
    return 0;