mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
Converted tabs to spaces.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3344 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -182,7 +182,7 @@ static int disk_attach(struct scst_device *dev)
|
||||
params = kzalloc(sizeof(*params), GFP_KERNEL);
|
||||
if (params == NULL) {
|
||||
PRINT_ERROR("Unable to allocate struct disk_params (size %zd)",
|
||||
sizeof(*params));
|
||||
sizeof(*params));
|
||||
res = -ENOMEM;
|
||||
goto out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user