kernel/arch/um/drivers/chan_user.h
.. .. @@ -1,6 +1,6 @@ 1 +/* SPDX-License-Identifier: GPL-2.0 */1 2 /* 2 3 * Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL4 4 */ 5 5 6 6 #ifndef __CHAN_USER_H__ .. .. @@ -11,7 +11,7 @@ 11 11 struct chan_opts { 12 12 void (*const announce)(char *dev_name, int dev); 13 13 char *xterm_title; 14 - const int raw;14 + int raw;15 15 }; 16 16 17 17 struct chan_ops {