regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_UBIFS) += ubifs.o
|
||||
|
||||
//config:config FEATURE_VOLUMEID_UBIFS
|
||||
//config: bool "UBIFS filesystem"
|
||||
//config: default y
|
||||
@@ -16,6 +13,8 @@
|
||||
//config: UBIFS (Unsorted Block Image File System) is a file
|
||||
//config: system for use with raw flash memory media.
|
||||
|
||||
//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_UBIFS) += ubifs.o
|
||||
|
||||
#include "volume_id_internal.h"
|
||||
|
||||
#define UBIFS_NODE_MAGIC 0x06101831
|
||||
|
Reference in New Issue
Block a user