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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user