staging: vchiq_2835_arm: Fix whitespace issue in create_pagelist
authorStefan Wahren <stefan.wahren@i2se.com>
Sat, 28 Apr 2018 15:47:46 +0000 (17:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 02:04:43 +0000 (19:04 -0700)
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c

index 2b214a3a1e47cd9b8b263cfd252f2b978e4b9f1e..e767209030642dcc0ca48f0037f0b7e93d1f0e27 100644 (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);