From patchwork Sat May 8 23:56:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martiros Shakhzadyan X-Patchwork-Id: 432726 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 3E408C43462 for ; Sun, 9 May 2021 00:01:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 120C161424 for ; Sun, 9 May 2021 00:01:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229631AbhEIACC (ORCPT ); Sat, 8 May 2021 20:02:02 -0400 Received: from mslow1.mail.gandi.net ([217.70.178.240]:41675 "EHLO mslow1.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbhEIACB (ORCPT ); Sat, 8 May 2021 20:02:01 -0400 Received: from relay9-d.mail.gandi.net (unknown [217.70.183.199]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 91C7AC0B42 for ; Sat, 8 May 2021 23:52:55 +0000 (UTC) X-Originating-IP: 24.194.32.49 Received: from coplandos.local (cpe-24-194-32-49.nycap.res.rr.com [24.194.32.49]) (Authenticated sender: vrzh@vrzh.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id C5396FF805; Sat, 8 May 2021 23:52:30 +0000 (UTC) From: Martiros Shakhzadyan To: Mauro Carvalho Chehab Cc: Martiros Shakhzadyan , Sakari Ailus , Hans Verkuil , linux-media@vger.kernel.org Subject: [PATCH 0/4] staging: media: atomisp: Fix minor issues in Date: Sat, 8 May 2021 19:56:18 -0400 Message-Id: <20210508235622.300394-1-vrzh@vrzh.net> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The following series of patches resolve some style and other minor issues in sh_css.c Martiros Shakhzadyan (4): staging: media: atomisp: Resolve goto style issue in sh_css.c staging: media: atomisp: Remove unnecessary parens in sh_css.c staging: media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.c staging: media: atomisp: Fix line continuation style issue in sh_css.c drivers/staging/media/atomisp/pci/sh_css.c | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) Acked-by: Sakari Ailus