Skip to content

Commit 2be344c

Browse files
committed
Add appobriate spacing (see x8h7_can_ef_show).
1 parent 8e14ca9 commit 2be344c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes-kernel/kernel-modules/x8h7/x8h7_can.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,8 @@ static ssize_t x8h7_can_sf_show(struct device *dev,
824824
int i;
825825

826826
len = 0;
827-
for (i=0; i<X8H7_STD_FLT_MAX; i++) {
827+
for (i = 0; i < X8H7_STD_FLT_MAX; i++)
828+
{
828829
if (priv->std_flt[i].can_mask) {
829830
len += snprintf(buf + len, PAGE_SIZE - len,
830831
"%02X %08X %08X\n",

0 commit comments

Comments
 (0)