diff options
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0031-fix-comment-typo.patch')
-rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0031-fix-comment-typo.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0031-fix-comment-typo.patch b/recipes-kernel/cryptodev/sdk_patches/0031-fix-comment-typo.patch deleted file mode 100644 index cde95524..00000000 --- a/recipes-kernel/cryptodev/sdk_patches/0031-fix-comment-typo.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From 73a2489ba634503a0cc2bb6e84627ceeda0f059f Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
3 | Date: Tue, 12 Jan 2016 17:15:56 +0200 | ||
4 | Subject: [PATCH 31/38] fix comment typo | ||
5 | |||
6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
7 | --- | ||
8 | ioctl.c | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/ioctl.c b/ioctl.c | ||
12 | index a537886..7adde75 100644 | ||
13 | --- a/ioctl.c | ||
14 | +++ b/ioctl.c | ||
15 | @@ -397,7 +397,7 @@ session_error: | ||
16 | return ret; | ||
17 | } | ||
18 | |||
19 | -/* Everything that needs to be done when remowing a session. */ | ||
20 | +/* Everything that needs to be done when removing a session. */ | ||
21 | static inline void | ||
22 | crypto_destroy_session(struct csession *ses_ptr) | ||
23 | { | ||
24 | -- | ||
25 | 2.7.0 | ||
26 | |||