Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336089
| Path | csiph.com!goblin2!goblin.stu.neva.ru!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Wei Yuan <weiyuan.wei@huawei.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] eCryptfs: fix typos in comment |
| Date | Wed, 17 Feb 2016 08:00:02 +0100 |
| Message-ID | <r34fE-2FN-13@gated-at.bofh.it> (permalink) |
| X-Original-To | <tyhicks@canonical.com> |
| X-Mailer | git-send-email 2.1.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Originating-IP | [10.107.197.243] |
| X-Cfilter-Loop | Reflected |
| X-Mirapoint-Virus-Rapid-Raw | score=unknown(0), refid=str=0001.0A020201.56C41893.0123,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 |
| X-Mirapoint-Loop-ID | 9cd9b9423839f2c84558ca9006fc2548 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | <lizefan@huawei.com>, <weiyuan.wei@huawei.com>, <ecryptfs@vger.kernel.org>, <linux-kernel@vger.kernel.org> |
| X-Original-Date | Wed, 17 Feb 2016 14:50:10 +0800 |
| X-Original-Message-ID | <1455691810-14274-1-git-send-email-weiyuan.wei@huawei.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1336089 |
Show key headers only | View raw
Signed-off-by: Weiyuan <weiyuan.wei@huawei.com> --- fs/ecryptfs/crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 80d6901..d47a7d4 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c @@ -44,7 +44,7 @@ * ecryptfs_to_hex * @dst: Buffer to take hex character representation of contents of * src; must be at least of size (src_size * 2) - * @src: Buffer to be converted to a hex string respresentation + * @src: Buffer to be converted to a hex string representation * @src_size: number of bytes to convert */ void ecryptfs_to_hex(char *dst, char *src, size_t src_size) @@ -59,7 +59,7 @@ void ecryptfs_to_hex(char *dst, char *src, size_t src_size) * ecryptfs_from_hex * @dst: Buffer to take the bytes from src hex; must be at least of * size (src_size / 2) - * @src: Buffer to be converted from a hex string respresentation to raw value + * @src: Buffer to be converted from a hex string representation to raw value * @dst_size: size of dst buffer, or number of hex characters pairs to convert */ void ecryptfs_from_hex(char *dst, char *src, int dst_size) -- 2.1.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] eCryptfs: fix typos in comment Wei Yuan <weiyuan.wei@huawei.com> - 2016-02-17 08:00 +0100 Re: [PATCH] eCryptfs: fix typos in comment Tyler Hicks <tyhicks@canonical.com> - 2016-02-17 16:40 +0100
csiph-web