diff mbox series

[v2,05/37] fs/yaffs2: fix code style

Message ID 20180401050850.5701-6-ricardo.martincoski@gmail.com
State Accepted
Headers show
Series check-package: allow to check other directories v2 | expand

Commit Message

Ricardo Martincoski April 1, 2018, 5:08 a.m. UTC
Rename the .mk to follow the convention. The variables inside it already
use the correct name.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
Changes v1 -> v2:
  - no changes
---
 fs/yaffs2/{yaffs.mk => yaffs2.mk} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename fs/yaffs2/{yaffs.mk => yaffs2.mk} (100%)

Comments

Thomas Petazzoni April 1, 2018, 5:55 a.m. UTC | #1
Hello,

On Sun,  1 Apr 2018 02:08:18 -0300, Ricardo Martincoski wrote:
> Rename the .mk to follow the convention. The variables inside it already
> use the correct name.
> 
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
> ---
> Changes v1 -> v2:
>   - no changes
> ---
>  fs/yaffs2/{yaffs.mk => yaffs2.mk} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename fs/yaffs2/{yaffs.mk => yaffs2.mk} (100%)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/fs/yaffs2/yaffs.mk b/fs/yaffs2/yaffs2.mk
similarity index 100%
rename from fs/yaffs2/yaffs.mk
rename to fs/yaffs2/yaffs2.mk