Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750817AbWEZOWu (ORCPT ); Fri, 26 May 2006 10:22:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750783AbWEZOW3 (ORCPT ); Fri, 26 May 2006 10:22:29 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:27012 "EHLO e32.co.us.ibm.com") by vger.kernel.org with ESMTP id S1750780AbWEZOV5 (ORCPT ); Fri, 26 May 2006 10:21:57 -0400 In-reply-to: <20060526142117.GA2764@us.ibm.com> From: Mike Halcrow To: Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , Mike Halcrow , Mike Halcrow Subject: [PATCH 4/10] uint16_t -> u16 Message-Id: Date: Fri, 26 May 2006 09:21:48 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 31 uint16_t replaced with more kernel-appropriate u16. Signed-off-by: Michael Halcrow --- fs/ecryptfs/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 46e9182ba5ba7c1b503f23b69f3accce416f1b71 diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index a0e9f05..9376482 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -141,7 +141,7 @@ static match_table_t tokens = { * * Returns zero on good version; non-zero otherwise */ -int ecryptfs_verify_version(uint16_t version) +int ecryptfs_verify_version(u16 version) { int rc = 0; unsigned char major; -- 1.3.3 - 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/