Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
drivers/memory/bt1-l2-ctl.c
··· 66 66 struct device_attribute dev_attr; 67 67 enum l2_ctl_stall id; 68 68 }; 69 + 69 70 #define to_l2_ctl_dev_attr(_dev_attr) \ 70 71 container_of(_dev_attr, struct l2_ctl_device_attribute, dev_attr) 71 72 ··· 243 242 244 243 return count; 245 244 } 245 + 246 246 static L2_CTL_ATTR_RW(l2_ws_latency, l2_ctl_latency, L2_WS_STALL); 247 247 static L2_CTL_ATTR_RW(l2_tag_latency, l2_ctl_latency, L2_TAG_STALL); 248 248 static L2_CTL_ATTR_RW(l2_data_latency, l2_ctl_latency, L2_DATA_STALL);