mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: be consistent with formatting style
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37545 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -127,7 +127,7 @@ define KernelPackage/lib-raid6
|
||||
endef
|
||||
|
||||
define KernelPackage/lib-raid6/description
|
||||
Kernel module for RAID6 algorithms.
|
||||
Kernel module for RAID6 algorithms
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,lib-raid6))
|
||||
@@ -143,7 +143,7 @@ define KernelPackage/lib-xor
|
||||
endef
|
||||
|
||||
define KernelPackage/lib-xor/description
|
||||
Kernel module for XOR blocks algorithms.
|
||||
Kernel module for XOR blocks algorithms
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,lib-xor))
|
||||
|
||||
Reference in New Issue
Block a user