fs/ubifs: split long line, use simple asignment
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 26 Dec 2017 23:20:45 +0000 (00:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 27 Dec 2017 21:53:26 +0000 (22:53 +0100)
commit62a198c0dbe2ccbb69d5872198b6a2f5deed5b2c
treeeeaed642a48fdd90403b213365672853e6ad3b2e
parent187d24701ded6bec598e4aec272033f33f158de7
fs/ubifs: split long line, use simple asignment

This line has been sitting there unchanged for years now, but it does
not follow current best pratices, that is:
  - do not use imediate assignment,
  - split lines longer than ~80 chars.

Fix that.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/ubifs/ubifs.mk