We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9719e commit 97f6fbaCopy full SHA for 97f6fba
arch/linux_x86_uio/dma_buffer_inc.c
@@ -866,7 +866,7 @@ DMABuffer_free
866
{
867
// report, but continue with release procedure even if unlock fails
868
//ERROR_EXIT( errno, exit, "Buffer unlocking failed!\n" );
869
- ERROR( errno, "Buffer unlocking failed!\n" );}
+ ERROR( errno, "Buffer unlocking failed!\n" );
870
}
871
872
buffer->map = MAP_FAILED;
0 commit comments