aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_heap.c
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-01-11 12:05:10 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-18 10:42:27 +0100
commit32462a98a0051b45c1d41e305e3803a5094da417 (patch)
treefaf90df7d9b4daf392a455019e8b4b15b148dedc /drivers/staging/android/ion/ion_heap.c
parentstaging: wilc1000: avoid the use of typedef for function pointers (diff)
downloadlinux-dev-32462a98a0051b45c1d41e305e3803a5094da417.tar.xz
linux-dev-32462a98a0051b45c1d41e305e3803a5094da417.zip
staging: android: ion: Add proper header information
The filenames in headers add nothing are often wrong after moves, lets drop them here and add a little description of the files contents. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/ion/ion_heap.c')
-rw-r--r--drivers/staging/android/ion/ion_heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/ion_heap.c b/drivers/staging/android/ion/ion_heap.c
index 31db510018a9..6ee0ac6e4be4 100644
--- a/drivers/staging/android/ion/ion_heap.c
+++ b/drivers/staging/android/ion/ion_heap.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * drivers/staging/android/ion/ion_heap.c
+ * ION Memory Allocator generic heap helpers
*
* Copyright (C) 2011 Google, Inc.
*/