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:
Bart Van Assche
2011-04-02 18:06:47 +00:00
parent 7da4f389c7
commit a4b8c0ecc6

View File

@@ -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;
}