提交 9f8e8caf 编写于 作者: M Matthew Giassa 提交者: Greg Kroah-Hartman

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: NMatthew Giassa <matthew@giassa.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 03d261de
...@@ -33,7 +33,7 @@ struct ion_carveout_heap { ...@@ -33,7 +33,7 @@ struct ion_carveout_heap {
}; };
static phys_addr_t ion_carveout_allocate(struct ion_heap *heap, static phys_addr_t ion_carveout_allocate(struct ion_heap *heap,
unsigned long size) unsigned long size)
{ {
struct ion_carveout_heap *carveout_heap = struct ion_carveout_heap *carveout_heap =
container_of(heap, struct ion_carveout_heap, heap); container_of(heap, struct ion_carveout_heap, heap);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册