From a4b8c0ecc6cf5359b23cec7192c47cd13629df13 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 2 Apr 2011 18:06:47 +0000 Subject: [PATCH] Converted tabs to spaces. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3344 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_disk.c b/scst/src/dev_handlers/scst_disk.c index 8d57af382..bfda494ee 100644 --- a/scst/src/dev_handlers/scst_disk.c +++ b/scst/src/dev_handlers/scst_disk.c @@ -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; }