staging: ion: fix spelling mistake in function name "detatch" -> "detach"
authorColin Ian King <colin.king@canonical.com>
Wed, 5 Aug 2020 11:26:55 +0000 (12:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 13:56:27 +0000 (15:56 +0200)
commit0f86cfff5405f9937a9d9544bac25f3b1d9b4f08
tree0d57efb6ef5d2ecaeb05bb92c63232d6259cb24d
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
staging: ion: fix spelling mistake in function name "detatch" -> "detach"

There is a spelling mistake in the function name ion_dma_buf_detatch.
Fix it by removing the extraneous t.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Hridya Valsaraju <hridya@google.com>
Link: https://lore.kernel.org/r/20200805112655.17696-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c