ANDROID: AVB: Fix linter errors.
authorDavid Zeuthen <zeuthen@google.com>
Tue, 23 May 2017 21:45:39 +0000 (17:45 -0400)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 25 May 2017 12:39:49 +0000 (18:09 +0530)
commit24eed70fc73644f076647890a7f8eeed3c373c29
tree4bb9ceeff38750bf95e60983241b5cdf54e73333
parentbabfac7507b39b2544785771bbdd202b602bd2a1
ANDROID: AVB: Fix linter errors.

Various other kernel trees complained about style problems with
dm-verity-avb.c, specifically some lines being wider than 80
characters and spaces being used instead of tabs. With these changes
checkpatch.pl is happy:

 $ scripts/checkpatch.pl --file drivers/md/dm-verity-avb.c
 total: 0 errors, 0 warnings, 229 lines checked

 drivers/md/dm-verity-avb.c has no obvious style problems and is ready for submission.

Bug: None
Test: Compiles.
Change-Id: I08913adf61c5bf2b0f78f7d9e18dbe93feaba9f7
Signed-off-by: David Zeuthen <zeuthen@google.com>
drivers/md/dm-verity-avb.c