mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
Input: gameport_driver - mark description as const pointer
Memory pointed to by the pointer should not change. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
7fc49c498c
commit
37b0bb112b
|
|
@ -55,7 +55,7 @@ struct gameport {
|
|||
struct gameport_driver {
|
||||
|
||||
void *private;
|
||||
char *description;
|
||||
const char *description;
|
||||
|
||||
int (*connect)(struct gameport *, struct gameport_driver *drv);
|
||||
int (*reconnect)(struct gameport *);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user