Revision 8122de54602e30f0a73228ab6459a3654e652b92 authored by Rob Herring on 10 May 2019, 18:51:11 UTC, committed by Rob Herring on 16 May 2019, 20:27:21 UTC
Convert the vendor prefix registry to a schema. This will enable checking
that new vendor prefixes are added (in addition to the less than perfect
checkpatch.pl check) and will also check against adding other prefixes
which are not vendors.

Converted vendor-prefixes.txt using the following sed script:

sed -e 's/\([a-zA-Z0-9\-]*\)[[:space:]]*\([a-zA-Z0-9].*\)/  "^\1,\.\*\":\n    description: \2/'

Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 01be377
History
File Mode Size
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 287 bytes
acl.c -rw-r--r-- 8.0 KB
acl.h -rw-r--r-- 1.7 KB
cache.c -rw-r--r-- 8.6 KB
cache.h -rw-r--r-- 4.4 KB
fid.c -rw-r--r-- 6.8 KB
fid.h -rw-r--r-- 1.3 KB
v9fs.c -rw-r--r-- 16.8 KB
v9fs.h -rw-r--r-- 7.4 KB
v9fs_vfs.h -rw-r--r-- 4.1 KB
vfs_addr.c -rw-r--r-- 8.2 KB
vfs_dentry.c -rw-r--r-- 3.1 KB
vfs_dir.c -rw-r--r-- 5.4 KB
vfs_file.c -rw-r--r-- 17.2 KB
vfs_inode.c -rw-r--r-- 33.9 KB
vfs_inode_dotl.c -rw-r--r-- 24.6 KB
vfs_super.c -rw-r--r-- 8.6 KB
xattr.c -rw-r--r-- 5.1 KB
xattr.h -rw-r--r-- 1.2 KB

back to top