On 3/28/25 8:19 AM, Mikulas Patocka wrote:
+static void ebs_postsuspend(struct dm_target *ti)
+{
+       struct ebs_c *ec = ti->private;
+       dm_bufio_client_reset(ec->bufio);
+}

Isn't it expected to leave a blank line between the declaration block
and statements in Linux kernel code? Same comment for the dm-verity
patch.

Thanks,

Bart.

Reply via email to