]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/input/input.c
nvme: fix regression upon hot device removal and insertion
[linux.git] / drivers / input / input.c
index 3304aaaffe87df323c758c0dc645b1f34a3d3fd4..7f3c5fcb9ed6e6b4a618601dd41efa8b0dbdbe60 100644 (file)
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * The input core
  *
  * Copyright (c) 1999-2002 Vojtech Pavlik
  */
 
-/*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published by
- * the Free Software Foundation.
- */
 
 #define pr_fmt(fmt) KBUILD_BASENAME ": " fmt