mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
staging: vchiq_2835_arm: Fix whitespace issue in create_pagelist
This fixes a whitespace issue reported by checkpatch: ERROR: code indent should use tabs where possible Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0b55753f55
commit
6401a1674a
@@ -475,7 +475,7 @@ create_pagelist(char __user *buf, size_t count, unsigned short type)
|
||||
/* do not try and release vmalloc pages */
|
||||
} else {
|
||||
actual_pages = get_user_pages_fast(
|
||||
(unsigned long)buf & PAGE_MASK,
|
||||
(unsigned long)buf & PAGE_MASK,
|
||||
num_pages,
|
||||
type == PAGELIST_READ,
|
||||
pages);
|
||||
|
||||
Reference in New Issue
Block a user