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:
Stefan Wahren 2018-04-28 17:47:46 +02:00 committed by Greg Kroah-Hartman
parent 0b55753f55
commit 6401a1674a

View file

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