From 2d90ba1a1e5ac993de7182945d730ef84edad83e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 23 Oct 2009 09:16:52 +0000 Subject: [PATCH] Fixed a checkpatch complaint about trailing whitespace. Verified that the output of svn diff -x -w is empty for this modification. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1254 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index 5e94df526..edcc4fb48 100644 --- a/qla2x00t/qla_os.c +++ b/qla2x00t/qla_os.c @@ -1895,7 +1895,7 @@ qla2x00_remove_one(struct pci_dev *pdev) ha->host_shutting_down = 1; - if (qla_target.tgt_host_action != NULL) + if (qla_target.tgt_host_action != NULL) qla_target.tgt_host_action(ha, REMOVE_TARGET); #endif