]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite6d336f5c68c7d83bb66aeaa29967f25e7adc8e4
tree21b9c9376c045286fa2cd9783d18c0bc40216d38
parenta0d5dd84323522a3777b8269c2d17136b4587db4
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]