From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- backend/plustek-pp_detect.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'backend/plustek-pp_detect.c') 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 ); -- cgit v1.2.3