mbox series

[0/6] ubifs: Some simple fixes

Message ID 20180514081819.20921-1-s.hauer@pengutronix.de
Headers show
Series ubifs: Some simple fixes | expand

Message

Sascha Hauer May 14, 2018, 8:18 a.m. UTC
Having looked at UBIFS more closely recently I collected some spelling
fixes, fixes for wrong comments and a removal for an unused variable.

Sascha

Sascha Hauer (6):
  ubifs: remove set but never used variable
  ubifs: journal: Remove wrong comment
  ubifs: Spelling fix someting -> something
  ubifs: log: Some spelling fixes
  ubifs: gc: Fix typo
  ubifs: lpt: Fix wrong pnode number range in comment

 fs/ubifs/gc.c         | 2 +-
 fs/ubifs/journal.c    | 5 ++---
 fs/ubifs/log.c        | 6 +++---
 fs/ubifs/lpt_commit.c | 2 +-
 fs/ubifs/replay.c     | 5 +----
 fs/ubifs/ubifs.h      | 2 --
 6 files changed, 8 insertions(+), 14 deletions(-)