summaryrefslogtreecommitdiff
path: root/backend/plustek-pp_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/plustek-pp_detect.c')
-rw-r--r--backend/plustek-pp_detect.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/plustek-pp_detect.c b/backend/plustek-pp_detect.c
index 51fad69..b7527c3 100644
--- a/backend/plustek-pp_detect.c
+++ b/backend/plustek-pp_detect.c
@@ -161,8 +161,8 @@ static int detectScannerConnection( pScanData ps )
_ASSERT( ps->ReadWriteTest );
/*
- * here we try to detect the operation speed of our parallel
- * port if we have tested all the stuff and had no success,
+ * here we try to detect the operation speed of our parallel
+ * port if we have tested all the stuff and had no success,
* retval will contain the error-code
*/
for( ps->IO.delay = 0; ps->IO.delay < 5; ps->IO.delay++ ) {
@@ -211,11 +211,11 @@ static int detectSetupBuffers( pScanData ps )
*/
if ( 0 == ps->TotalBufferRequire ) {
-#ifdef __KERNEL__
+#ifdef __KERNEL__
_PRINT(
#else
DBG( DBG_HIGH,
-#endif
+#endif
"pt_drv: asic 0x%x probably not supported\n", ps->sCaps.AsicID);
return _E_ALLOC; /* Out of memory */
@@ -419,7 +419,7 @@ _LOC int DetectScanner( pScanData ps, int mode )
DBG( DBG_HIGH, "Starting Scanner-Autodetection\n" );
- /* try to find a 48xx Scanner
+ /* try to find a 48xx Scanner
* (or even a scanner based on the 96001/3) ASIC
*/
result = detectP48xx( ps );