lkml.org 
[lkml]   [2021]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/4] drivers/perf: Constify static struct attribute_group
Date
Thie series makes a number of static struct attribute_group const. The
only usage of the structs is to put their address in an array of pointers
to const struct * attribute_group. With this series applied, all but two
static struct attribute_group in drivers/perf are const (and the two
remaining are modified at runtime and can't be const).

Patches are independent and split based on output from get_maintainers.pl.
I can of course split differently if that's desired.

Done with the help of coccinelle.

Rikard Falkeborn (4):
perf: qcom: Constify static struct attribute_group
perf/imx_ddr: Constify static struct attribute_group
perf: hisi: Constify static struct attribute_group
perf: Constify static struct attribute_group

drivers/perf/arm-cci.c | 2 +-
drivers/perf/arm-cmn.c | 2 +-
drivers/perf/arm_dmc620_pmu.c | 4 ++--
drivers/perf/arm_pmu.c | 2 +-
drivers/perf/arm_smmuv3_pmu.c | 8 ++++----
drivers/perf/arm_spe_pmu.c | 6 +++---
drivers/perf/fsl_imx8_ddr_perf.c | 10 +++++-----
drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c | 2 +-
drivers/perf/hisilicon/hisi_uncore_hha_pmu.c | 2 +-
drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 2 +-
drivers/perf/qcom_l2_pmu.c | 6 +++---
drivers/perf/qcom_l3_pmu.c | 6 +++---
12 files changed, 26 insertions(+), 26 deletions(-)

--
2.30.0

\
 
 \ /
  Last update: 2021-01-17 22:31    [W:0.045 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site