Re: [PATCH PATCH net-next 07/18] ceph: fix whitespace

2018-07-25 Thread Ilya Dryomov
On Tue, Jul 24, 2018 at 9:31 PM Stephen Hemminger wrote: > > Remove blank lines at end of file and trailing whitespace. > > Signed-off-by: Stephen Hemminger > --- > net/ceph/Kconfig | 1 - > net/ceph/Makefile | 1 - > net/ceph/auth_none.c | 1 - > net/ceph/auth_none.h | 1 - > net/cep

Re: [PATCH 16/26] libceph: Use skcipher

2016-01-26 Thread Ilya Dryomov
On Tue, Jan 26, 2016 at 11:54 AM, Herbert Xu wrote: > On Mon, Jan 25, 2016 at 05:18:47PM +0100, Ilya Dryomov wrote: >> >> Could you get rid of ivsize instead of assigning to it - see the >> attached diff? > > How about an incremental patch like this? Thanks! > &

Re: [PATCH 16/26] libceph: Use skcipher

2016-01-25 Thread Ilya Dryomov
deletions(-) Could you get rid of ivsize instead of assigning to it - see the attached diff? Otherwise: Acked-by: Ilya Dryomov Thanks, Ilya diff --git a/net/ceph/crypto.c b/net/ceph/crypto.c index 42e8649c6e79..db2847ac5f12 100644 --- a/net/ceph/crypto.c +++ b/net/ceph/crypto.c @