Unverified Commit 9b80bdb1 authored by Wang Jiang's avatar Wang Jiang Committed by Krzysztof Wilczyński
Browse files

PCI: endpoint: Remove surplus return statement from pci_epf_test_clean_dma_chan()

Remove a surplus return statement from the void function that has been
added in the commit commit 8353813c ("PCI: endpoint: Enable DMA
tests for endpoints with DMA capabilities").

Especially, as an empty return statements at the end of a void functions
serve little purpose.

This fixes the following checkpatch.pl script warning:

  WARNING: void function return statements are not generally useful
  #296: FILE: drivers/pci/endpoint/functions/pci-epf-test.c:296:
  +     return;
  +}

Link: https://lore.kernel.org/r/tencent_F250BEE2A65745A524E2EFE70CF615CA8F06@qq.com


Signed-off-by: default avatarWang Jiang <jiangwang@kylinos.cn>
[kwilczynski: commit log]
Signed-off-by: default avatarKrzysztof Wilczyński <kwilczynski@kernel.org>
parent 3fafc38b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment