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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 7BAC5CA9EA0 for ; Fri, 18 Oct 2019 08:19:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58F1421D7C for ; Fri, 18 Oct 2019 08:19:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405455AbfJRITn (ORCPT ); Fri, 18 Oct 2019 04:19:43 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:50130 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2403773AbfJRITn (ORCPT ); Fri, 18 Oct 2019 04:19:43 -0400 Received: from [91.156.6.193] (helo=redipa) by farmhouse.coelho.fi with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92) (envelope-from ) id 1iLNU5-00020l-0D; Fri, 18 Oct 2019 11:19:41 +0300 Message-ID: <0421e9e5452ebf7b396e8237e52fd2bdcae5fa1b.camel@coelho.fi> From: Luca Coelho To: Kalle Valo Cc: linux-wireless@vger.kernel.org Date: Fri, 18 Oct 2019 11:19:39 +0300 In-Reply-To: <87lftlkvup.fsf@codeaurora.org> References: <20191012162924.19848-1-luca@coelho.fi> <20191012192536.797f1ede5077.Ice818674f107105ae05a6f561263c0896d49de2c@changeid> <87lftlkvup.fsf@codeaurora.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 05/13] iwlwifi: dbg: prefer struct copy to memcpy() Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2019-10-16 at 10:11 +0300, Kalle Valo wrote: > Luca Coelho writes: > > > From: Johannes Berg > > > > ifxes=Ic930239af4832ecb04afbf92840c99dfd726eebe > > > > Signed-off-by: Johannes Berg > > Signed-off-by: Luca Coelho > > Quite cryptic commit log :) Hah! Sorry... there was a typo in our "fixes" tag, which caused my script not to trim it out and additionally it was merged without a proper description. If the "fixes" didn't have a typo, this patch would have been squashed with the one it's fixing, so not having a commit message wouldn't matter. It's supposed to fix "iwlwifi: dbg_ini: use new trigger TLV in dump flow", so I'll just squash it into that one. -- Luca.