]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - mm/cma.c
doc: fix documentation about UIO_MEM_LOGICAL using
[linux.git] / mm / cma.c
index 5e36d7418031cad51bad0864dae3412f7bc8b783..3340ef34c154a41151da5db5a3e70dab91cd4dad 100644 (file)
--- a/mm/cma.c
+++ b/mm/cma.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Contiguous Memory Allocator
  *
@@ -9,11 +10,6 @@
  *     Michal Nazarewicz <mina86@mina86.com>
  *     Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
  *     Joonsoo Kim <iamjoonsoo.kim@lge.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License or (at your optional) any later version of the license.
  */
 
 #define pr_fmt(fmt) "cma: " fmt