linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers/misc: Constify static structs
@ 2020-06-10 22:47 Rikard Falkeborn
  2020-06-10 22:47 ` [PATCH 1/4] misc: rtsx_usb: Constify struct usb_device_id Rikard Falkeborn
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rikard Falkeborn @ 2020-06-10 22:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: arnd, gregkh, Rikard Falkeborn, Frank Haverkamp, Sudeep Dutt,
	Ashutosh Dixit

Constify some static structs that are not modified to allow the compiler
to put them in read-only memory. The patches are independent of each
other.

Rikard Falkeborn (4):
  misc: rtsx_usb: Constify struct usb_device_id
  misc: genwqe: Constify struct pci_error_handlers
  mei: hdcp: Constify struct mei_cl_device_id
  mic: vop: Constify static structs

 drivers/misc/cardreader/rtsx_usb.c | 2 +-
 drivers/misc/genwqe/card_base.c    | 2 +-
 drivers/misc/mei/hdcp/mei_hdcp.c   | 2 +-
 drivers/misc/mic/vop/vop_main.c    | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-30  7:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 22:47 [PATCH 0/4] drivers/misc: Constify static structs Rikard Falkeborn
2020-06-10 22:47 ` [PATCH 1/4] misc: rtsx_usb: Constify struct usb_device_id Rikard Falkeborn
2020-06-10 22:47 ` [PATCH 2/4] misc: genwqe: Constify struct pci_error_handlers Rikard Falkeborn
2020-06-30  7:13   ` haver
2020-06-10 22:47 ` [PATCH 3/4] mei: hdcp: Constify struct mei_cl_device_id Rikard Falkeborn
2020-06-10 22:47 ` [PATCH 4/4] mic: vop: Constify static structs Rikard Falkeborn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).