mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
x86: ioport.c fix style problems
Impact: cleanup Fix: ERROR: "foo * bar" should be "foo *bar" total: 2 errors, 0 warnings Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
fe331184a3
commit
5866e1b49d
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ static void set_bitmap(unsigned long *bitmap, unsigned int base,
|
|||
*/
|
||||
asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on)
|
||||
{
|
||||
struct thread_struct * t = ¤t->thread;
|
||||
struct tss_struct * tss;
|
||||
struct thread_struct *t = ¤t->thread;
|
||||
struct tss_struct *tss;
|
||||
unsigned int i, max_long, bytes, bytes_updated;
|
||||
|
||||
if ((from + num <= from) || (from + num > IO_BITMAP_BITS))
|
||||
|
|
Loading…
Reference in a new issue