Skip to content
Commit 3f8ddea0 authored by John Ledbetter's avatar John Ledbetter Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Fix pointer type declaration style errors



This fixes the following checkpatch.pl errors:

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1290 error: "foo* bar"
should be "foo *bar"

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1305 error: "foo * bar"
should be "foo *bar"

Signed-off-by: default avatarJohn Ledbetter <john@throttle.io>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f582d9a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment