From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 481B771 for ; Mon, 12 Apr 2021 09:43:20 +0000 (UTC) IronPort-SDR: JoME4mjW42zlM2hZ3KKd5h28C757y/z5DZbB4JLmXihOwt3jhXUgf4tbSDekeVJQsfK9y+dd17 sLLmKsa4mbiA== X-IronPort-AV: E=McAfee;i="6000,8403,9951"; a="279451769" X-IronPort-AV: E=Sophos;i="5.82,216,1613462400"; d="scan'208";a="279451769" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2021 02:43:19 -0700 IronPort-SDR: VCrbbVR0BJ7lcAnXo7QHY+Nl502/GPsmYphg6/+QYkkyJ9Df+auE7UcC97H/r6oqpsT7y4a3BO 4io/GSUSCvwQ== X-IronPort-AV: E=Sophos;i="5.82,216,1613462400"; d="scan'208";a="611304700" Received: from paasikivi.fi.intel.com ([10.237.72.42]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2021 02:43:17 -0700 Received: from paasikivi.fi.intel.com (localhost [127.0.0.1]) by paasikivi.fi.intel.com (Postfix) with SMTP id 7773D205AA; Mon, 12 Apr 2021 12:43:15 +0300 (EEST) Date: Mon, 12 Apr 2021 12:43:15 +0300 From: Sakari Ailus To: Mitali Borkar Cc: bingbu.cao@intel.com, tian.shu.qiu@intel.com, mchehab@kernel.org, gregkh@linuxfoundation.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, mitali_s@me.iitr.ac.in Subject: Re: [PATCH 2/6] staging: media: intel-ipu3: preferred __aligned(size) over __attribute__aligned(size) Message-ID: <20210412094315.GJ3@paasikivi.fi.intel.com> References: X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Hi Mitali, On Mon, Apr 12, 2021 at 04:38:59AM +0530, Mitali Borkar wrote: > This patch fixes the warning identified by checkpatch.pl by replacing > __attribute__aligned(size) with __aligned(size) Same comments on this than the 1st patch. It's a staging driver so even if this is a user space header, it's not under include/uapi/linux. -- Kind regards, Sakari Ailus