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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78DECC74A44 for ; Fri, 10 Mar 2023 16:05:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230102AbjCJQFn (ORCPT ); Fri, 10 Mar 2023 11:05:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229872AbjCJQEg (ORCPT ); Fri, 10 Mar 2023 11:04:36 -0500 Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA2CC1514E for ; Fri, 10 Mar 2023 08:01:29 -0800 (PST) Received: by mail-wm1-x32b.google.com with SMTP id j3so3710371wms.2 for ; Fri, 10 Mar 2023 08:01:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678464088; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=jCSTFN7mHgYxqSe921dWL62i2uQGD0s88NiYVgn9G08=; b=osPTfAiC5HcnDd9ph3ekTh6WI1G27RKdxywNkX5VeLNk24rrwgmPDg1zfL+HAhSc6W RHAdS6C9Or3N5+xLYOQ0t75d+rkQMXZGMovBiFEoCfUa4tL39re7+ShvJVhJIZ/Ye2/M ZOPsq+ucc7Emp7FHits70eOi7L5/Jjlz+2iaBnX8wOMCTKVzNojEgvyb+auP4shpEngu RDp+dtBuDF5+jo7Vx89OJBo90bI6zybcjyTgegMTM9tiiD+mO2pjhanLiqBaOGBnEQk/ NHFp4b1qSuXM+Dsmn4nsecC9jPc8CimhdjwXrQnDgJZEzGY/kD6ePnDb2NHuWCg+B8Uh 9W9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678464088; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=jCSTFN7mHgYxqSe921dWL62i2uQGD0s88NiYVgn9G08=; b=eFvJ8DRIIl8NuCJruraJtbSutic73Bg1qMIXQhaPijNyr49N+5XPUrHxRaNIiqfRg6 3Odedtb+8FgHzeOO2I9FDpVIYU7yTu3ta+5Ey6O9y6FOqtPl+zL5xXSMmAQrhNmb1uOt FFKBwzq9epahiGfILH2rM63pXbWt2+UUyXr8afbuXcOT4aPOyOw3xeZ0GZaXl6oBc53U WO9goc98sw8EPUU0FqUvpjjwDsWkAosHfUkVe1vQHns+KsTTQEhA+Fxlm+Y9ZQ15v0oH VQOHaLJuONwkfUKSlcP9hf0Nys0rL6iidRtpSRmOrAR0GXDAYtWUt7I85A095dayZDmr C4pQ== X-Gm-Message-State: AO0yUKVw3ZWByRilAfNMXNT1yOIzzPhOj/HIiwqTE7m5W8F3cTqBY3WD C3k2M8//MQMnQh5B6Hr4wdsCalRGKwqtUzuc X-Google-Smtp-Source: AK7set+ScHzGOVj25/070zjmtWV+caFfAtH10FVf+Rg4IsndE27XAGe7wxc7BiNXhzYLuUjVk5Lzlw== X-Received: by 2002:a05:600c:1c28:b0:3de:1d31:1042 with SMTP id j40-20020a05600c1c2800b003de1d311042mr3132413wms.23.1678464087576; Fri, 10 Mar 2023 08:01:27 -0800 (PST) Received: from khadija-virtual-machine ([39.41.45.115]) by smtp.gmail.com with ESMTPSA id v7-20020a05600c444700b003e204fdb160sm360234wmn.3.2023.03.10.08.01.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Mar 2023 08:01:27 -0800 (PST) Date: Fri, 10 Mar 2023 21:01:24 +0500 From: Khadija Kamran To: Julia Lawall Cc: outreachy@lists.linux.dev, linux-staging@lists.linux.dev, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: axis-fifo: alignment should match opening parenthesis in axis-fifo.c Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 07, 2023 at 09:13:49AM +0100, Julia Lawall wrote: > There are actually two similar issues in axis-fifo.c. You could fix them > both at once. Hey Julia! I have a question. Should I send the two fixes as a patchset of two patches, and should I send it as [PATCH v2]? Thank you.