Commit 776ed179 authored by Pascal COMBES's avatar Pascal COMBES Committed by Greg Kroah-Hartman

Staging: crystalhd: Fix alignement in crystalhd_lnx.c

Signed-off-by: default avatarPascal COMBES <pascom@orange.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f1552cbd
......@@ -135,7 +135,8 @@ static inline int crystalhd_user_data(void __user *ud, void *dr,
}
static int chd_dec_fetch_cdata(struct crystalhd_adp *adp,
struct crystalhd_ioctl_data *io, uint32_t m_sz, unsigned long ua)
struct crystalhd_ioctl_data *io, uint32_t m_sz,
unsigned long ua)
{
unsigned long ua_off;
int rc = 0;
......@@ -167,7 +168,8 @@ static int chd_dec_fetch_cdata(struct crystalhd_adp *adp,
}
static int chd_dec_release_cdata(struct crystalhd_adp *adp,
struct crystalhd_ioctl_data *io, unsigned long ua)
struct crystalhd_ioctl_data *io,
unsigned long ua)
{
unsigned long ua_off;
int rc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment