Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753438AbbFHQWR (ORCPT ); Mon, 8 Jun 2015 12:22:17 -0400 Received: from imap.thunk.org ([74.207.234.97]:53221 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752685AbbFHQWK (ORCPT ); Mon, 8 Jun 2015 12:22:10 -0400 Date: Mon, 8 Jun 2015 12:21:57 -0400 From: "Theodore Ts'o" To: Fabian Frederick Cc: linux-kernel@vger.kernel.org, Andreas Dilger , linux-ext4@vger.kernel.org Subject: Re: [PATCH 1/1 linux-next] ext4: fix incorrect type argument Message-ID: <20150608162157.GI19168@thunk.org> Mail-Followup-To: Theodore Ts'o , Fabian Frederick , linux-kernel@vger.kernel.org, Andreas Dilger , linux-ext4@vger.kernel.org References: <1431723673-25450-1-git-send-email-fabf@skynet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431723673-25450-1-git-send-email-fabf@skynet.be> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 801 Lines: 21 On Fri, May 15, 2015 at 11:01:13PM +0200, Fabian Frederick wrote: > Fix sparse warning introduced in commit > 9bd8212f981e > ("ext4 crypto: add encryption policy and password salt support") > > fs/ext4/ioctl.c:678:35: warning: incorrect type in argument 1 > (different address spaces) > fs/ext4/ioctl.c:678:35: expected void [noderef] *to > fs/ext4/ioctl.c:678:35: got void * > > Signed-off-by: Fabian Frederick Thanks for pointing this out! I'll fix this and another sparse warning at the same time. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/