staging: mt7621-pci: Fix coding style error
authorAbdun Nihaal <abdun.nihaal@gmail.com>
Sat, 9 Jun 2018 13:07:42 +0000 (18:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2018 07:05:12 +0000 (09:05 +0200)
commit0d6485282a2eb8839ecb98d4da2dc1c35aab7223
tree71b7c247f565067f57ec91c7bb0261c74e52745e
parent9c562d8411a54f6731cdc587c29968d9e8610c85
staging: mt7621-pci: Fix coding style error

This patch removes space after * to fix the following checkpatch error:

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Abdun Nihaal <abdun.nihaal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c