diff options
author | Colin Ian King <colin.king@canonical.com> | 2015-12-06 23:19:40 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-01-05 01:45:01 +0100 |
commit | a8036dfba94d2ddf70cc9d7e9c627b179f957299 (patch) | |
tree | a504eda249224d659e7718ce915c7e4b93ac1ade /fs | |
parent | scsi_debug: Increase the reported optimal transfer length (diff) | |
download | linux-a8036dfba94d2ddf70cc9d7e9c627b179f957299.tar.xz linux-a8036dfba94d2ddf70cc9d7e9c627b179f957299.zip |
cciss: print max outstanding commands as a hex value
The max outstanding commands is being printed with a 0x prefix to
suggest it is a hex value, when in fact the integer decimal %d format
specifier is being used and this is a bit confusing. Use %x instead to
match the proceeding 0x prefix.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions