hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/video/fbdev/nvidia/nv_backlight.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Backlight code for nVidia based graphic cards
34 *
45 * Copyright 2004 Antonino Daplas <adaplas@pol.net>
56 * Copyright (c) 2006 Michael Hanselmann <linux-kernel@hansmi.ch>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #include <linux/backlight.h>
....@@ -125,8 +122,6 @@
125122 backlight_update_status(bd);
126123
127124 printk("nvidia: Backlight initialized (%s)\n", name);
128
-
129
- return;
130125
131126 error:
132127 return;