Skip to content

Commit

Permalink
staging: android: ion: Add proper header information
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew F. Davis authored and Greg Kroah-Hartman committed Jan 18, 2019
1 parent 65af887 commit 32462a9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion.c
* ION Memory Allocator
*
* Copyright (C) 2011 Google, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* drivers/staging/android/ion/ion.h
* ION Memory Allocator kernel interface header
*
* Copyright (C) 2011 Google, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion_carveout_heap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_carveout_heap.c
* ION Memory Allocator carveout heap helper
*
* Copyright (C) 2011 Google, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion_chunk_heap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_chunk_heap.c
* ION memory allocator chunk heap helper
*
* Copyright (C) 2012 Google, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion_cma_heap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_cma_heap.c
* ION Memory Allocator CMA heap exporter
*
* Copyright (C) Linaro 2012
* Author: <benjamin.gaignard@linaro.org> for ST-Ericsson.
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion_heap.c
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion_page_pool.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_mem_pool.c
* ION Memory Allocator page pool helpers
*
* Copyright (C) 2011 Google, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/ion/ion_system_heap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_system_heap.c
* ION Memory Allocator system heap exporter
*
* Copyright (C) 2011 Google, Inc.
*/
Expand Down

0 comments on commit 32462a9

Please sign in to comment.