From: Tamara Diaconita Date: Thu, 16 Mar 2017 15:39:46 +0000 (+0200) Subject: Documentation: sync_file.txt: Fix typos X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7bc41a655db9b9e7ba195b27f9070ec957a89816;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Documentation: sync_file.txt: Fix typos Fix spelling mistakes in sync_file.txt to make documentation clear. Signed-off-by: Tamara Diaconita Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/sync_file.txt b/Documentation/sync_file.txt index 269681a6faec..c3d033a06e8d 100644 --- a/Documentation/sync_file.txt +++ b/Documentation/sync_file.txt @@ -37,7 +37,7 @@ dma_fence_signal(), when it has finished using (or processing) that buffer. Out-fences are fences that the driver creates. On the other hand if the driver receives fence(s) through a sync_file from -userspace we call these fence(s) 'in-fences'. Receiveing in-fences means that +userspace we call these fence(s) 'in-fences'. Receiving in-fences means that we need to wait for the fence(s) to signal before using any buffer related to the in-fences.