aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/sm750fb/sm750_cursor.h
diff options
context:
space:
mode:
authorYash Shah <yshah1@visteon.com>2015-08-14 06:06:13 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:20:42 -0700
commitcc6c16df806f3c263b7cde7d6961d80415f9aba8 (patch)
tree2108820245b88ea2cf0bf9a0ffa3e5bd3526b38f /drivers/staging/sm750fb/sm750_cursor.h
parentstaging: rtl8188eu: fix possible NULL dereference (diff)
downloadwireguard-linux-cc6c16df806f3c263b7cde7d6961d80415f9aba8.tar.xz
wireguard-linux-cc6c16df806f3c263b7cde7d6961d80415f9aba8.zip
Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errors
Fix "foo* bar" should be "foo *bar" errors as detected by checkpatch.pl Signed-off-by: Yash Shah <yshah1@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750_cursor.h')
-rw-r--r--drivers/staging/sm750fb/sm750_cursor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/sm750_cursor.h b/drivers/staging/sm750fb/sm750_cursor.h
index e1716a600239..6c4fc9b73489 100644
--- a/drivers/staging/sm750fb/sm750_cursor.h
+++ b/drivers/staging/sm750fb/sm750_cursor.h
@@ -11,7 +11,7 @@ void hw_cursor_setPos(struct lynx_cursor *cursor,
void hw_cursor_setColor(struct lynx_cursor *cursor,
u32 fg, u32 bg);
void hw_cursor_setData(struct lynx_cursor *cursor,
- u16 rop, const u8* data, const u8* mask);
+ u16 rop, const u8 *data, const u8 *mask);
void hw_cursor_setData2(struct lynx_cursor *cursor,
- u16 rop, const u8* data, const u8* mask);
+ u16 rop, const u8 *data, const u8 *mask);
#endif