]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: android: ion: Resolve minor indentation issue.
authorMatthew Giassa <matthew@giassa.net>
Wed, 10 May 2017 02:17:27 +0000 (19:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 05:41:59 +0000 (07:41 +0200)
commit9f8e8caf54ce9e75fba76bbbc90ae69e51b9077e
treeeb1bcb3a8a15eb8e6e84656946bc09e3b1294a53
parent03d261deea9d0b8fbb908d7f1f29f26fd272984d
staging: android: ion: Resolve minor indentation issue.

Resolving a minor checkpatch/indentation issue in ion_carveout_heap.c,
ie:
drivers/staging/android/ion/ion_carveout_heap.c
-----------------------------------------------
CHECK: Alignment should match open parenthesis
+static phys_addr_t ion_carveout_allocate(struct ion_heap *heap,
+      unsigned long size)

Signed-off-by: Matthew Giassa <matthew@giassa.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_carveout_heap.c