summaryrefslogtreecommitdiff
path: root/drivers/staging/crystalhd/crystalhd_lnx.h
diff options
context:
space:
mode:
authorAmarjargal Gundjalam <amarjargal16@gmail.com>2013-05-13 03:43:09 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-13 21:24:21 (GMT)
commit9ebee9deb6007651f624ba5ccd245fa476366ce7 (patch)
tree6212582702614b9c0a773b51646e1964b4732cb9 /drivers/staging/crystalhd/crystalhd_lnx.h
parent3e4a7b817708364f08f362829c6cccb67b82d645 (diff)
downloadlinux-fsl-qoriq-9ebee9deb6007651f624ba5ccd245fa476366ce7.tar.xz
staging/crystalhd: Fixes line over 80 characters warning in crystalhd_lnx.*
Fixes the following checkpatch warning WARNING: line over 80 characters Signed-off-by: Amarjargal Gundjalam <amarjargal16@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/crystalhd/crystalhd_lnx.h')
-rw-r--r--drivers/staging/crystalhd/crystalhd_lnx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_lnx.h b/drivers/staging/crystalhd/crystalhd_lnx.h
index a9e3633..bac572a 100644
--- a/drivers/staging/crystalhd/crystalhd_lnx.h
+++ b/drivers/staging/crystalhd/crystalhd_lnx.h
@@ -77,8 +77,8 @@ struct crystalhd_adp {
int chd_dec_major;
unsigned int cfg_users;
- struct crystalhd_ioctl_data *idata_free_head; /* ioctl data pool */
- struct crystalhd_elem *elem_pool_head; /* Queue element pool */
+ struct crystalhd_ioctl_data *idata_free_head; /* ioctl data pool */
+ struct crystalhd_elem *elem_pool_head; /* Queue element pool */
struct crystalhd_cmd cmds;