From ea7ca3e30f92b28f5baf29eb6bd2555bff193ad8 Mon Sep 17 00:00:00 2001 From: Cruz Julian Bishop Date: Wed, 1 Aug 2012 14:54:16 +1000 Subject: [PATCH] --- yaml --- r: 324479 b: refs/heads/master c: 2258937b2137214bae796ec929394a282f531ed7 h: refs/heads/master i: 324477: c1d924bdadc8feeec711c6e1b328f0cf4c119358 324475: dc0534530d6b5109b6d510d554414dc2d00d699f 324471: 5da47c978a9c6c148ecec8be80d3b071a26f0155 324463: ce55c761b2a84ec0ea8ba6e82f6b383d15816740 324447: a3176d19e10466985d31e90a921a3c42dd0d296a 324415: 05842a75c6033d7313ad724d909f4f2c59464f5f 324351: 1bcfbc7da019ee6f787e158b3b6b0ffcb0d4906a v: v3 --- [refs] | 2 +- trunk/drivers/staging/android/ashmem.c | 32 +++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/[refs] b/[refs] index dbd40d8a3331..ae8bd6911677 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c21be47c834bc411339ee04462ec7c5246e58596 +refs/heads/master: 2258937b2137214bae796ec929394a282f531ed7 diff --git a/trunk/drivers/staging/android/ashmem.c b/trunk/drivers/staging/android/ashmem.c index 69cf2db1d69c..94a740d2883d 100644 --- a/trunk/drivers/staging/android/ashmem.c +++ b/trunk/drivers/staging/android/ashmem.c @@ -1,20 +1,20 @@ /* mm/ashmem.c -** -** Anonymous Shared Memory Subsystem, ashmem -** -** Copyright (C) 2008 Google, Inc. -** -** Robert Love -** -** This software is licensed under the terms of the GNU General Public -** License version 2, as published by the Free Software Foundation, and -** may be copied, distributed, and modified under those terms. -** -** This program is distributed in the hope that it will be useful, -** but WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -** GNU General Public License for more details. -*/ + * + * Anonymous Shared Memory Subsystem, ashmem + * + * Copyright (C) 2008 Google, Inc. + * + * Robert Love + * + * This software is licensed under the terms of the GNU General Public + * License version 2, as published by the Free Software Foundation, and + * may be copied, distributed, and modified under those terms. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ #define pr_fmt(fmt) "ashmem: " fmt