public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Constify platform/x86 attribute_group structures.
@ 2017-07-11 10:48 Arvind Yadav
  2017-07-11 10:48 ` [PATCH 1/7] platform/x86: fujitsu-laptop: constify " Arvind Yadav
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Arvind Yadav @ 2017-07-11 10:48 UTC (permalink / raw)
  To: dvhart, andy, jwoithe, cezary.jackiewicz, corentin.chary, laforge,
	coproscefalo
  Cc: platform-driver-x86, linux-kernel

attribute_groups are not supposed to change at runtime. All functions
working with attribute_groups provided by <linux/sysfs.h> work
with const attribute_group. So mark the non-const structs as const.

Arvind Yadav (7):
  [PATCH 1/7] platform/x86: fujitsu-laptop: constify attribute_group structures.
  [PATCH 2/7] platform/x86: compal-laptop: constify attribute_group structures.
  [PATCH 3/7] platform/x86: samsung-laptop: constify attribute_group structures.
  [PATCH 4/7] platform/x86: alienware-wmi: constify attribute_group structures.
  [PATCH 5/7] platform/x86: panasonic-laptop: constify attribute_group structures.
  [PATCH 6/7] platform/x86: asus-wmi: constify attribute_group structures.
  [PATCH 7/7] platform/x86: toshiba_acpi: constify attribute_group structures.

 drivers/platform/x86/alienware-wmi.c    | 6 +++---
 drivers/platform/x86/asus-wmi.c         | 4 ++--
 drivers/platform/x86/compal-laptop.c    | 2 +-
 drivers/platform/x86/fujitsu-laptop.c   | 2 +-
 drivers/platform/x86/panasonic-laptop.c | 2 +-
 drivers/platform/x86/samsung-laptop.c   | 2 +-
 drivers/platform/x86/toshiba_acpi.c     | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-07-11 16:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-11 10:48 [PATCH 0/7] Constify platform/x86 attribute_group structures Arvind Yadav
2017-07-11 10:48 ` [PATCH 1/7] platform/x86: fujitsu-laptop: constify " Arvind Yadav
2017-07-11 11:14   ` Jonathan Woithe
2017-07-11 10:48 ` [PATCH 2/7] platform/x86: compal-laptop: " Arvind Yadav
2017-07-11 10:48 ` [PATCH 3/7] platform/x86: samsung-laptop: " Arvind Yadav
2017-07-11 10:48 ` [PATCH 4/7] platform/x86: alienware-wmi: " Arvind Yadav
2017-07-11 10:48 ` [PATCH 5/7] platform/x86: panasonic-laptop: " Arvind Yadav
2017-07-11 10:48 ` [PATCH 6/7] platform/x86: asus-wmi: " Arvind Yadav
2017-07-11 10:48 ` [PATCH 7/7] platform/x86: toshiba_acpi: " Arvind Yadav
2017-07-11 16:24 ` [PATCH 0/7] Constify platform/x86 " Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox