Staging: kpc2000: kpc_dma: Resolve warning to use __func__ insted of funtion name...
authorVandana BN <bnvandana@gmail.com>
Mon, 13 May 2019 13:43:26 +0000 (19:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 05:40:40 +0000 (07:40 +0200)
commit1c13ef4fa1817d2eb5d19f53ac02a4d7e44cefe0
treed5e7ee9f0c89d5abcd0fe84904ca5eb7d6146f55
parent63c867d794e89edc22440e8d9581063eeb766bda
Staging: kpc2000: kpc_dma: Resolve warning to use __func__ insted of funtion name reported by checkpatch.

This patch resolves warnings to use __func__ insted of funtion name.
WARNING: Prefer using '"%s...", __func__' to using 'setup_dma_engine', this function's name, in a string

Signed-off-by: Vandana BN <bnvandana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc_dma/dma.c
drivers/staging/kpc2000/kpc_dma/fileops.c
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c