| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2007 |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: Eric Biederman <ebiederm@xmision.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or |
|---|
| 7 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 8 | | - * published by the Free Software Foundation, version 2 of the |
|---|
| 9 | | - * License. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #include <linux/export.h> |
|---|
| .. | .. |
|---|
| 34 | 30 | * to observe. Should this be in kernel/sys.c ???? |
|---|
| 35 | 31 | */ |
|---|
| 36 | 32 | static int proc_do_uts_string(struct ctl_table *table, int write, |
|---|
| 37 | | - void __user *buffer, size_t *lenp, loff_t *ppos) |
|---|
| 33 | + void *buffer, size_t *lenp, loff_t *ppos) |
|---|
| 38 | 34 | { |
|---|
| 39 | 35 | struct ctl_table uts_table; |
|---|
| 40 | 36 | int r; |
|---|