commit | c649f9a72ef7b2f5a186c20138e498ae084340f6 | [log] [tgz] |
---|---|---|
author | Deepak Verma <dverma@codeaurora.org> | Mon Oct 21 15:49:31 2013 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Sep 02 09:29:34 2018 -0600 |
tree | efb95be52af0adfe617b8573cf76af390deb89d9 | |
parent | fb8edcdd97c0cd67436aba5d545dfe5571127b22 [diff] |
mm-video: venc: Correct a typo in variable name A kernel variable was to be defined as unsigned long but it is mistakenly defined as unsigned only, the space is missing after long. This bug is silent because unsigned is also a valid data type by itself. Corresponding to kernel fix, similar correction is done in userspace code. Change-Id: Ie58f275149dc9c85553f75e02594113b1a03ddcf CRs-fixed: 556771