]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hfsplus: add missing curly braces in hfsplus_delete_cat()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Apr 2015 19:46:56 +0000 (12:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2015 13:04:04 +0000 (09:04 -0400)
commitf01fa5fb35c132587855be788297771e94b84330
treedcf5d5bc94a8303314dd176827e899ad226908ce
parent13f244852f1197b623af2d3076fae197d2e038ec
hfsplus: add missing curly braces in hfsplus_delete_cat()

This doesn't change how the code works, but clearly the curly braces were
intended.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Vyacheslav Dubeyko <slava@dubeyko.com>
Cc: Sougata Santra <sougata@tuxera.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hfsplus/catalog.c