Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754092AbbGANnP (ORCPT ); Wed, 1 Jul 2015 09:43:15 -0400 Received: from sender153-mail.zoho.com ([74.201.84.153]:22043 "EHLO sender153-mail.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753618AbbGANnJ (ORCPT ); Wed, 1 Jul 2015 09:43:09 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:references:to:from:cc:message-id:date:user-agent:mime-version:in-reply-to:content-type; b=GD7ONvoxkA1hDZHjby6Np7M+RSBAzS+TwYj1qXbW9WeAgUVnS8meH3ZqaZb58ckcfIK/eyLh4zCY s3drwuGDOVpl0/dKX9Y4l3+OiwrBXg7HvYaLjW+KQZAIMJB08jld Subject: [PATCH v2 0/3] Staging: android: Fix coding style and TODO file References: <5593E448.70307@zoho.com> To: gregkh@linuxfoundation.org, arve@android.com, riandrews@android.com, sumit.semwal@linaro.org, carlos@cgarcia.org From: Sohny Thomas Cc: "linux-kernel@vger.kernel.org" , kernel-janitors@vger.kernel.org X-Forwarded-Message-Id: <5593E448.70307@zoho.com> Message-ID: <5593EE67.8050302@zoho.com> Date: Wed, 1 Jul 2015 19:13:03 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <5593E448.70307@zoho.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 586 Lines: 18 These set of patches Fixes the following issues in the android staging driver - removed non-existent issue from TODO file kuid_t or uid_t not present in staging/android - fixed 80 char limit exceeding line - a newline after declarations as per checkpatch.pl - fixed an unnecessary typedef as reported by checkpatch.pl -Regards, Sohny -- 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/