Skip to content

Commit 97f6fba

Browse files
authored
Update dma_buffer_inc.c
typo
1 parent 8f9719e commit 97f6fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/linux_x86_uio/dma_buffer_inc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ DMABuffer_free
866866
{
867867
// report, but continue with release procedure even if unlock fails
868868
//ERROR_EXIT( errno, exit, "Buffer unlocking failed!\n" );
869-
ERROR( errno, "Buffer unlocking failed!\n" );}
869+
ERROR( errno, "Buffer unlocking failed!\n" );
870870
}
871871

872872
buffer->map = MAP_FAILED;

0 commit comments

Comments
 (0)