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>
This commit is contained in:
Andrew F. Davis 2019-01-11 12:05:10 -06:00 committed by Greg Kroah-Hartman
parent 65af887c3d
commit 32462a98a0
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* drivers/staging/android/ion/ion.c * ION Memory Allocator
* *
* Copyright (C) 2011 Google, Inc. * Copyright (C) 2011 Google, Inc.
*/ */

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
/* /*
* drivers/staging/android/ion/ion.h * ION Memory Allocator kernel interface header
* *
* Copyright (C) 2011 Google, Inc. * Copyright (C) 2011 Google, Inc.
*/ */

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // 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. * Copyright (C) 2011 Google, Inc.
*/ */

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // 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. * Copyright (C) 2012 Google, Inc.
*/ */

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* drivers/staging/android/ion/ion_cma_heap.c * ION Memory Allocator CMA heap exporter
* *
* Copyright (C) Linaro 2012 * Copyright (C) Linaro 2012
* Author: <benjamin.gaignard@linaro.org> for ST-Ericsson. * Author: <benjamin.gaignard@linaro.org> for ST-Ericsson.

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* drivers/staging/android/ion/ion_heap.c * ION Memory Allocator generic heap helpers
* *
* Copyright (C) 2011 Google, Inc. * Copyright (C) 2011 Google, Inc.
*/ */

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // 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. * Copyright (C) 2011 Google, Inc.
*/ */

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // 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. * Copyright (C) 2011 Google, Inc.
*/ */