diff options
| author | John Ledbetter <john@throttle.io> | 2014-10-09 11:05:08 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-20 10:30:13 +0800 |
| commit | 3f8ddea02c1c8f42a7a88d5db8ebf045cb0e82fa (patch) | |
| tree | 424c1b179a7e409ab1d1d5ff9b75534e0849ca96 /include | |
| parent | f582d9a8b95535d7728a0b9ea54afa1f59df3f68 (diff) | |
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: John Ledbetter <john@throttle.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
