Staging: crystalhd: Fix alignement in crystalhd_lnx.c

Signed-off-by: Pascal COMBES <pascom@orange.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Pascal COMBES 2014-04-15 21:21:07 +02:00 committed by Greg Kroah-Hartman
parent f1552cbdc7
commit 776ed17976
1 changed files with 13 additions and 11 deletions

View File

@ -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;