PERFORCE change 197447 for review

Matt Jacob mjacob at FreeBSD.org
Tue Aug 9 22:49:38 UTC 2011


http://p4web.freebsd.org/@@197447?ac=10

Change 197447 by mjacob at mjacob-sandbox on 2011/08/09 22:49:27

	Niggling space instead of tabs.

Affected files ...

.. //depot/projects/mjacob-dev/sys/dev/mpt2sas/mpt2sas.c#8 edit

Differences ...

==== //depot/projects/mjacob-dev/sys/dev/mpt2sas/mpt2sas.c#8 (text+ko) ====

@@ -2389,7 +2389,7 @@
 	MPT2_LOCK(mpt);
 	mpt->ehook.ich_func = mpt2sas_intr_enable;
 	mpt->ehook.ich_arg = mpt;
-        mpt->ehook_active = 1;
+	mpt->ehook_active = 1;
 	if (config_intrhook_establish(&mpt->ehook) != 0) {
 		mpt->ehook_active = 0;
                 return (-EIO);


More information about the p4-projects mailing list