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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 EEE52C32792 for ; Thu, 3 Oct 2019 16:02:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5B69215EA for ; Thu, 3 Oct 2019 16:02:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732035AbfJCQCl (ORCPT ); Thu, 3 Oct 2019 12:02:41 -0400 Received: from bout01.mta.xmission.com ([166.70.11.15]:49701 "EHLO bout01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732006AbfJCQCc (ORCPT ); Thu, 3 Oct 2019 12:02:32 -0400 X-Greylist: delayed 1285 seconds by postgrey-1.27 at vger.kernel.org; Thu, 03 Oct 2019 12:02:31 EDT Received: from mx04.mta.xmission.com ([166.70.13.214]) by bout01.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.87) (envelope-from ) id 1iG3Ff-00086p-9O; Thu, 03 Oct 2019 09:42:47 -0600 Received: from plesk14-shared.xmission.com ([166.70.198.161] helo=plesk14.xmission.com) by mx04.mta.xmission.com with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1iG3FP-0007KK-Lf; Thu, 03 Oct 2019 09:42:47 -0600 Received: from hacktheplanet (c-68-50-34-150.hsd1.in.comcast.net [68.50.34.150]) by plesk14.xmission.com (Postfix) with ESMTPSA id A270F126779; Thu, 3 Oct 2019 15:42:28 +0000 (UTC) Date: Thu, 3 Oct 2019 11:42:27 -0400 From: Scott Bauer To: Randy Dunlap Cc: "linux-block@vger.kernel.org" , LKML , axboe , Scott Bauer , jonathan.derrick@intel.com, revanth.rajashekar@intel.com Message-ID: <20191003154227.GB2450@hacktheplanet> References: <807d7b7f-623b-75f0-baab-13b1b0c02e9d@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <807d7b7f-623b-75f0-baab-13b1b0c02e9d@infradead.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-XM-SPF: eid=1iG3FP-0007KK-Lf;;;mid=<20191003154227.GB2450@hacktheplanet>;;;hst=mx04.mta.xmission.com;;;ip=166.70.198.161;;;frm=sbauer@plzdonthack.me;;;spf=none X-SA-Exim-Connect-IP: 166.70.198.161 X-SA-Exim-Mail-From: sbauer@plzdonthack.me Subject: Re: [PATCH 1/2] block: sed-opal: fix sparse warning: obsolete array init. X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on mx04.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 02, 2019 at 07:23:05PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix sparse warning: (missing '=') > ../block/sed-opal.c:133:17: warning: obsolete array initializer, use C99 syntax > > Fixes: ff91064ea37c ("block: sed-opal: check size of shadow mbr") > Signed-off-by: Randy Dunlap > Cc: Jens Axboe > Cc: linux-block@vger.kernel.org > Cc: Jonas Rabenstein > Cc: David Kozub > --- Un cc'd David and Jonas, +CC'd Jon and Revanth. This looks fine to me too. Reviewed-by: Scott Bauer