mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
Fixed a format specification mismatch.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1571 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2471,7 +2471,7 @@ int scst_tgt_dev_setup_threads(struct scst_tgt_dev *tgt_dev)
|
||||
GFP_KERNEL);
|
||||
if (aic_keeper == NULL) {
|
||||
PRINT_ERROR("Unable to alloc aic_keeper "
|
||||
"(size %d)", sizeof(*aic_keeper));
|
||||
"(size %zd)", sizeof(*aic_keeper));
|
||||
res = -ENOMEM;
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user