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 50B64C83F10 for ; Thu, 31 Aug 2023 14:54:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245604AbjHaOyK (ORCPT ); Thu, 31 Aug 2023 10:54:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjHaOyH (ORCPT ); Thu, 31 Aug 2023 10:54:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B25D1B1; Thu, 31 Aug 2023 07:54:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 107D16231D; Thu, 31 Aug 2023 14:54:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15E78C433C7; Thu, 31 Aug 2023 14:54:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693493643; bh=orCWnUTSmyPAPaQhLOGsKYZEN1WXeEMObFp3b6zPbFQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QVylxvqHwzBF/GWkVMrSQO7/V3/VnS7Q2fJHg72ZqG+ufAGks9g+3YdF9QEib9+I+ JyTkLdZB0JU3aQrXYoQQGSr8pA/l2IqFaghrGVSrgA/9ZFPJffURz1y8F73OrLaep5 0fXZ2WD299T/JWMTovSa5KdkHSS30x9LH0zeQyjV8bU/V0eAL5UGJ/d9JTJL2Lg0JR 3QI4DZ7zrD/ziBSSRxAwCYXfDzcuQgXi3y2idXx+P6+Hw94KojbfuPYVW5sRkn+N2B YKnMLwmDrNDvU05jKmp+os+Rcy2g/q1JmM4KhzYFlfUOc3WqpTJ38HjVy5ZsT7Vm5l /jdgFcyt+E1mw== Message-ID: <708d8cfb-054a-9bf6-df35-4eed57311fc3@kernel.org> Date: Thu, 31 Aug 2023 16:53:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH] ssb-main: Fix division by zero in ssb_calc_clock_rate() Content-Language: en-US To: =?UTF-8?B?0KDQsNC90LQg0JTQtdC10LE=?= , Michael Buesch , linux-wireless , linux-kernel Cc: lvc-project , =?UTF-8?B?0JLQvtGB0LrRgNC10YHQtdC90YHQutC40Lkg0KHRgtCw0L3QuNGB0LvQsNCyINCY?= =?UTF-8?B?0LPQvtGA0LXQstC40Yc=?= References: <20230830082759.23336-1-deeb.rand@confident.ru> <763366419.1280837.1693491918477.JavaMail.zimbra@confident.ru> From: Krzysztof Kozlowski In-Reply-To: <763366419.1280837.1693491918477.JavaMail.zimbra@confident.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31/08/2023 16:25, Ранд Дееб wrote: > Dear Krzysztof, > > Thank you for your response, now I see, but we already used the standard > tool git send-email to send the patch. It seems we have to set the > transfer-encoding manually (not default), we will fix it next time. > It's our first time trying to send a patch. > Again, do not top post. If you used git send-email, then where is X-Mailer header saying it was git send-email? That's why I doubt you used it. Best regards, Krzysztof