]> git.baikalelectronics.ru Git - kernel.git/commit
staging: crypto: skein: dos2unix, remove executable perms
authorJason Cooper <jason@lakedaemon.net>
Mon, 24 Mar 2014 01:49:08 +0000 (01:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Apr 2014 22:47:41 +0000 (15:47 -0700)
commit301f27081f563864db1361ac4fd82372ad869aea
tree21b9c9376c045286fa2cd9783d18c0bc40216d38
parentba6ee7190719abd315cdb5f3b885f3b199479297
staging: crypto: skein: dos2unix, remove executable perms

$ find drivers/staging/skein -type f | xargs todos -d
$ chmod -x drivers/staging/skein/skeinApi.c
$ chmod -x drivers/staging/skein/include/skeinApi.h

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/skein/include/skeinApi.h [changed mode: 0755->0644]
drivers/staging/skein/skeinApi.c [changed mode: 0755->0644]