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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 8ED47C433B4 for ; Sun, 2 May 2021 21:09:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67C676112D for ; Sun, 2 May 2021 21:09:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232568AbhEBVJv (ORCPT ); Sun, 2 May 2021 17:09:51 -0400 Received: from h04.kommunity.net ([138.201.86.160]:42683 "EHLO h04.kommunity.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232457AbhEBVJu (ORCPT ); Sun, 2 May 2021 17:09:50 -0400 Received: from notebook.fritz.box (p4fc26c70.dip0.t-ipconnect.de [79.194.108.112]) by h04.kommunity.net (Postfix) with ESMTPSA id 9EF41F85628; Sun, 2 May 2021 23:08:56 +0200 (CEST) Authentication-Results: h04.kommunity.net; spf=pass (sender IP is 79.194.108.112) smtp.mailfrom=alec@vc-celle.de smtp.helo=notebook.fritz.box Received-SPF: pass (h04.kommunity.net: connection is authenticated) From: Alexander Vorwerk To: forest@alittletooquiet.net, gregkh@linuxfoundation.org Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Alexander Vorwerk Subject: [PATCH 0/2] staging: vt6655: remove multiple assignments Date: Sun, 2 May 2021 23:08:24 +0200 Message-Id: <20210502210826.10323-1-alec@vc-celle.de> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These two patches fix two multiple assignments coding-style issues reported by checkpatch.pl. Alexander Vorwerk (2): staging: vt6655: remove multiple assignment staging: vt6655: remove multiple assignment drivers/staging/vt6655/device_main.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- 2.17.1