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 69CB6C41513 for ; Tue, 8 Aug 2023 17:32:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230287AbjHHRcM (ORCPT ); Tue, 8 Aug 2023 13:32:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231972AbjHHRbn (ORCPT ); Tue, 8 Aug 2023 13:31:43 -0400 Received: from mail.toke.dk (mail.toke.dk [IPv6:2a0c:4d80:42:2001::664]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FC7221E58 for ; Tue, 8 Aug 2023 09:13:44 -0700 (PDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1691502151; bh=LmHioS78WpREkDZ5AvTzfIhe8IBROYGP7LCaFFjvJEM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=HpxwCbV+mwjNCIlupg9JVcQp1NPwOy5KTNn6WbCWo5azM+FPu7+RJDD9OWvJ9Kuvb A01AZ1POAxp53nv6FXKsEkBGRHAL78FzV0PJB8uxQJMWBfglKA21R2Ez1Qb+i1Wo6U Jtd8B+mM+S/sFBP2KM7ocz8laBgi2NMHxRehxd1W0yLgGHK9wiYKi2YGa/RHyk121K LUMUJ+Dw4kDgG/sykPWWujzseuquYKN6bdU7QFpPx0q8dt8j24vn+5AMJK024kgUXO Hq/O4PNi2Ecb3p3HKiCofcQBT+AXQdCuqkKh+fMUvBLeB5WE7HPGqjdXpd5MjJ20B6 uIlSLSJmc4vrA== To: Dmitry Antipov Cc: Kalle Valo , linux-wireless@vger.kernel.org, Dmitry Antipov Subject: Re: [PATCH] wifi: ath9k: consistently use kstrtoX_from_user() functions In-Reply-To: <20230726185046.188225-1-dmantipov@yandex.ru> References: <20230726185046.188225-1-dmantipov@yandex.ru> Date: Tue, 08 Aug 2023 15:42:31 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87jzu5bqgo.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Dmitry Antipov writes: > Use 'kstrtoul_from_user()' and 'kstrtobool_from_user()' > where appropriate and thus avoid some code duplication. > > Signed-off-by: Dmitry Antipov Acked-by: Toke H=C3=B8iland-J=C3=B8rgensen