Re: [PATCH] wimax: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
From: David Miller <davem@davemloft.net>
Date: 2019-10-31 00:59:01
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2019-10-31 00:59:01
Also in:
lkml
From: zhong jiang <redacted> Date: Wed, 30 Oct 2019 10:55:34 +0800
It is more clear to use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs file operation rather than DEFINE_SIMPLE_ATTRIBUTE. It is detected with the help of coccinelle. Signed-off-by: zhong jiang <redacted>
Applied.