aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/bt1-l2-ctl.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-07-24 20:23:13 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-07-27 11:13:33 +0200
commit7f04614b6710b59b18e2a4474cf5d3488ca975d2 (patch)
tree46c980744fb8ed778cc2cc28c1a9e9f3c7309064 /drivers/memory/bt1-l2-ctl.c
parentMAINTAINERS: Add Krzysztof Kozlowski as maintainer of memory controllers (diff)
downloadlinux-dev-7f04614b6710b59b18e2a4474cf5d3488ca975d2.tar.xz
linux-dev-7f04614b6710b59b18e2a4474cf5d3488ca975d2.zip
memory: bt1-l2-ctl: Add blank lines after declarations
Add blank lines to improve code readability. No functional change. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'drivers/memory/bt1-l2-ctl.c')
-rw-r--r--drivers/memory/bt1-l2-ctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/memory/bt1-l2-ctl.c b/drivers/memory/bt1-l2-ctl.c
index 633fea6a4edf..85965fa26e0b 100644
--- a/drivers/memory/bt1-l2-ctl.c
+++ b/drivers/memory/bt1-l2-ctl.c
@@ -66,6 +66,7 @@ struct l2_ctl_device_attribute {
struct device_attribute dev_attr;
enum l2_ctl_stall id;
};
+
#define to_l2_ctl_dev_attr(_dev_attr) \
container_of(_dev_attr, struct l2_ctl_device_attribute, dev_attr)
@@ -242,6 +243,7 @@ static ssize_t l2_ctl_latency_store(struct device *dev,
return count;
}
+
static L2_CTL_ATTR_RW(l2_ws_latency, l2_ctl_latency, L2_WS_STALL);
static L2_CTL_ATTR_RW(l2_tag_latency, l2_ctl_latency, L2_TAG_STALL);
static L2_CTL_ATTR_RW(l2_data_latency, l2_ctl_latency, L2_DATA_STALL);