Fix typo in error output and a little automatic whitespace cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41715 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2011-05-24 17:01:35 +00:00
parent 43eaff044c
commit 35e8baa6b0
@@ -501,7 +501,7 @@ ATADevice::ConfigureDMA()
#undef CHECK_DMA_MODE #undef CHECK_DMA_MODE
if (modeCount != 1) { if (modeCount != 1) {
TRACE_ERROR("more than on DMA mode selected, not using DMA\n"); TRACE_ERROR("more than one DMA mode selected, not using DMA\n");
fUseDMA = false; fUseDMA = false;
return B_OK; return B_OK;
} }