Commit 2258937b2137214bae796ec929394a282f531ed7

Authored by Cruz Julian Bishop
Committed by Greg Kroah-Hartman
1 parent c21be47c83

staging: android: ashmem: Fix comment/license formatting

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 16 additions and 16 deletions Side-by-side Diff

drivers/staging/android/ashmem.c
1 1 /* mm/ashmem.c
2   -**
3   -** Anonymous Shared Memory Subsystem, ashmem
4   -**
5   -** Copyright (C) 2008 Google, Inc.
6   -**
7   -** Robert Love <rlove@google.com>
8   -**
9   -** This software is licensed under the terms of the GNU General Public
10   -** License version 2, as published by the Free Software Foundation, and
11   -** may be copied, distributed, and modified under those terms.
12   -**
13   -** This program is distributed in the hope that it will be useful,
14   -** but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -** GNU General Public License for more details.
17   -*/
  2 + *
  3 + * Anonymous Shared Memory Subsystem, ashmem
  4 + *
  5 + * Copyright (C) 2008 Google, Inc.
  6 + *
  7 + * Robert Love <rlove@google.com>
  8 + *
  9 + * This software is licensed under the terms of the GNU General Public
  10 + * License version 2, as published by the Free Software Foundation, and
  11 + * may be copied, distributed, and modified under those terms.
  12 + *
  13 + * This program is distributed in the hope that it will be useful,
  14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16 + * GNU General Public License for more details.
  17 + */
18 18  
19 19 #define pr_fmt(fmt) "ashmem: " fmt
20 20