From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48DA1C433DF for ; Tue, 28 Jul 2020 17:00:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B9932053B for ; Tue, 28 Jul 2020 17:00:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="o0JSIB1d" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731787AbgG1RAN (ORCPT ); Tue, 28 Jul 2020 13:00:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731523AbgG1RAM (ORCPT ); Tue, 28 Jul 2020 13:00:12 -0400 Received: from mail-oi1-x241.google.com (mail-oi1-x241.google.com [IPv6:2607:f8b0:4864:20::241]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 768CFC061794; Tue, 28 Jul 2020 10:00:12 -0700 (PDT) Received: by mail-oi1-x241.google.com with SMTP id y22so18060900oie.8; Tue, 28 Jul 2020 10:00:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TZpDclNNZRMgFEz0oqb9LeYPT9K0M3xP45ARWm+IZRA=; b=o0JSIB1dljduACzj5af9gW2AzX15u3MTM+ZG5sk5CTeVpq4IM2R+EmK49qFNJdL0K3 XK2xpayESCykGC99u5VkdMBpve8pH+8YDA8ovL1P2W3hyTeiP/vG+KgnGp+IH5lc1Qhj RNd5TpSq+um87qxs5A8gyQw8qjnJyezqxKZ4RTvNyepoAgEcbcofRUqrVcYkKfmjuXO9 Yie1Q20Tncptz8mlve/WpscL/Xh7YvTk6+hflZ0oT2EUhsLmhbZTHgkeXD8lgOd4Vx3Z oKMmRstyCCl4uqnjVT6+Y4o+7HIjdZdJNSqq9MnAaTI+AyRYwgBvr4zBbx3+EGgCkt75 bkgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TZpDclNNZRMgFEz0oqb9LeYPT9K0M3xP45ARWm+IZRA=; b=E0k4RHnYja4aMvxaLBLy2xUFRI7+9JZKa75wDoSInqDWpxhBT0CxmHz3Gi3kov+54K ZddcZoiPmq9QaW6NtroA6s8sZGfEbkshWlAcaM4mdLOfmUw4SNpJJWlQzqlkUart0aUq FTCA3mXQNa77s3hRD/ugMWCRCKmU97nwKcu4r0ar9QRC/Pb34mU4DmQv9cQhGHm7Or8P vc5kfR4XLzISFk/8jPZn5nVyfiY6gZxPM59retI4i2UphC0rK0H+qOPuIQqxMip7wqPf kaF6mZkQbXBn3Y36v+/HgxMeipv40oxnbhGokdFUdi81oTpF7uAvHDGjJ9e0YoLMqyBm oNVQ== X-Gm-Message-State: AOAM532wjY3AAroetO3p1s7yUMA4iKHtzXYe7tDmKIA7sb9SzhagxK5a EyiDhuncRNrnIKW4i/1e/mnODHhSJh2t5mAe5Lw= X-Google-Smtp-Source: ABdhPJy0vU1aOpVRhjMrvC2AGOeItsZVY+CvFDtcW5Ntc3n2wH8ZJdKELj2heiQzdzMSULdMXvmDRir7wn0YcSSAW+M= X-Received: by 2002:a54:4f1a:: with SMTP id e26mr1765736oiy.171.1595955611873; Tue, 28 Jul 2020 10:00:11 -0700 (PDT) MIME-Version: 1.0 References: <20200728143004.3228-1-dhiraj.sharma0024@gmail.com> <20200728145419.GA3537020@kroah.com> <20200728155311.GA4178776@kroah.com> <20200728165820.GA42656@kroah.com> In-Reply-To: <20200728165820.GA42656@kroah.com> From: Dhiraj Sharma Date: Tue, 28 Jul 2020 22:29:58 +0530 Message-ID: Subject: Re: [PATCH] media: usbvision: fixed coding style To: Greg KH Cc: devel@driverdev.osuosl.org, arnd@arndb.de, linux-kernel@vger.kernel.org, Hans Verkuil , stern@rowland.harvard.edu, jrdr.linux@gmail.com, linux-media@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alright sorry, I will ignore this patch and will commit the new patch in another file. On Tue, Jul 28, 2020 at 10:28 PM Greg KH wrote: > > On Tue, Jul 28, 2020 at 10:13:22PM +0530, Dhiraj Sharma wrote: > > > As the bot said, only do one type of thing per patch, and "fix all > > > checkpatch errors/warnings" is not one type of thing. > > > > So should I send a fresh patch with minimal fixes? instead of replying > > to this mail with [PATCH 01] > > Why are you ignoring what Hans said? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_50,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3905C433E0 for ; Tue, 28 Jul 2020 17:00:15 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 982372074F for ; Tue, 28 Jul 2020 17:00:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="o0JSIB1d" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 982372074F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 554BF20429; Tue, 28 Jul 2020 17:00:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZdK7ov9fh-f1; Tue, 28 Jul 2020 17:00:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A1368203A4; Tue, 28 Jul 2020 17:00:14 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 39D101BF29E for ; Tue, 28 Jul 2020 17:00:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3632186A07 for ; Tue, 28 Jul 2020 17:00:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4D8LLuN6bV6x for ; Tue, 28 Jul 2020 17:00:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) by whitealder.osuosl.org (Postfix) with ESMTPS id A1F1186917 for ; Tue, 28 Jul 2020 17:00:12 +0000 (UTC) Received: by mail-oi1-f195.google.com with SMTP id k6so18087308oij.11 for ; Tue, 28 Jul 2020 10:00:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TZpDclNNZRMgFEz0oqb9LeYPT9K0M3xP45ARWm+IZRA=; b=o0JSIB1dljduACzj5af9gW2AzX15u3MTM+ZG5sk5CTeVpq4IM2R+EmK49qFNJdL0K3 XK2xpayESCykGC99u5VkdMBpve8pH+8YDA8ovL1P2W3hyTeiP/vG+KgnGp+IH5lc1Qhj RNd5TpSq+um87qxs5A8gyQw8qjnJyezqxKZ4RTvNyepoAgEcbcofRUqrVcYkKfmjuXO9 Yie1Q20Tncptz8mlve/WpscL/Xh7YvTk6+hflZ0oT2EUhsLmhbZTHgkeXD8lgOd4Vx3Z oKMmRstyCCl4uqnjVT6+Y4o+7HIjdZdJNSqq9MnAaTI+AyRYwgBvr4zBbx3+EGgCkt75 bkgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TZpDclNNZRMgFEz0oqb9LeYPT9K0M3xP45ARWm+IZRA=; b=SFC1yocSFAhB69TuF4/oMeU2hN7FO4hYXicrb4MTEt3DEEzGRjD4SR4i5EsmHgljmu V7VdSzTaR7OLDRe+iguzFrRn4yY0rW5sHGkSLko6jLCPiQgbVfJVQuR58UJKrznQ4x89 53bHcUK7WdFIbdz9PFoBEdTpju9cB3/hZvw/CGL44M0RUzQyBQMhEMKBUJ0jKDafkQ+X mhj0KWpk9bU+dfmdU4U8lG6Da+/k3HKjw4c+9ciinuze8jvub3OFIgCEE1vMy9AQYfjP U/wuXe2ydDA92XIrJHtKAvtViuUnscEw77kG7QGCzKIFXvw/iuZJFwsNXGvsy0XrRYBC O83g== X-Gm-Message-State: AOAM530Wm26sadDH2TSyr5ISYzkvEPmwW6gRQsHQpnirpbUSAtj9YuPy tIJfv9qpC2e9+d7SyN5r/IsY8EtzcSt28yx7SDg= X-Google-Smtp-Source: ABdhPJy0vU1aOpVRhjMrvC2AGOeItsZVY+CvFDtcW5Ntc3n2wH8ZJdKELj2heiQzdzMSULdMXvmDRir7wn0YcSSAW+M= X-Received: by 2002:a54:4f1a:: with SMTP id e26mr1765736oiy.171.1595955611873; Tue, 28 Jul 2020 10:00:11 -0700 (PDT) MIME-Version: 1.0 References: <20200728143004.3228-1-dhiraj.sharma0024@gmail.com> <20200728145419.GA3537020@kroah.com> <20200728155311.GA4178776@kroah.com> <20200728165820.GA42656@kroah.com> In-Reply-To: <20200728165820.GA42656@kroah.com> From: Dhiraj Sharma Date: Tue, 28 Jul 2020 22:29:58 +0530 Message-ID: Subject: Re: [PATCH] media: usbvision: fixed coding style To: Greg KH X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, arnd@arndb.de, linux-kernel@vger.kernel.org, Hans Verkuil , stern@rowland.harvard.edu, jrdr.linux@gmail.com, linux-media@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" Alright sorry, I will ignore this patch and will commit the new patch in another file. On Tue, Jul 28, 2020 at 10:28 PM Greg KH wrote: > > On Tue, Jul 28, 2020 at 10:13:22PM +0530, Dhiraj Sharma wrote: > > > As the bot said, only do one type of thing per patch, and "fix all > > > checkpatch errors/warnings" is not one type of thing. > > > > So should I send a fresh patch with minimal fixes? instead of replying > > to this mail with [PATCH 01] > > Why are you ignoring what Hans said? _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel