commit | 7fffe31d3eaa2f08bdfde2403adcaa8029f9bea4 | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.l.velikov@gmail.com> | Wed May 13 22:43:43 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 15 14:53:19 2020 +0200 |
tree | 4af8c48c07a41a8b2dbedea507d0fc17bbf9078a | |
parent | 23cbedf812ff7c7751582928e32d953d84c1c821 [diff] |
tty/sysrq: constify the the sysrq_key_op(s) All the users threat them as immutable - annotate them as such. Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jiri Slaby <jslaby@suse.com> Cc: linux-kernel@vger.kernel.org Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Link: https://lore.kernel.org/r/20200513214351.2138580-3-emil.l.velikov@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>