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 27F42C7618E for ; Wed, 26 Apr 2023 21:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233825AbjDZV2a (ORCPT ); Wed, 26 Apr 2023 17:28:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232195AbjDZV23 (ORCPT ); Wed, 26 Apr 2023 17:28:29 -0400 Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AFE4E76; Wed, 26 Apr 2023 14:28:28 -0700 (PDT) Received: by mail-yb1-xb2d.google.com with SMTP id 3f1490d57ef6-b99f0a0052fso4230819276.3; Wed, 26 Apr 2023 14:28:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682544507; x=1685136507; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=csnG/aChZgPBgsRf67ljm6apadApqU0JoShp+C1rCfY=; b=AcqzPNAqbFwr3Zd1l7i8Gdo2WXhAjJOUyP/djgqVYxwTr93FMPuUVNiGqC98ALD4Ni pPYVt63Trvd1j4Eq39POj+cyJ5CzJIAIruMDpJ8FANdkfjVXJfF/xrRvSjIstqv5Ez6c 46p+/cu4pa9826QPY4C3rMo2DH2YmwUgE482Dt45CGy/OahCBX/KWjt9Qf3JOM8eFGAD 142UloN2xOLVPy/BUfi5p0XzYyXtJrFqRhhlVvjMNjVygxNITb0m1tN+qdF7Yr4HcZnL sFPhRDqsYQdGcJWTOYP4rxbsTr8MiKwkereb5cAECm+mohK6EBpEkD6mLJv2CcHIEA33 c2Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682544507; x=1685136507; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=csnG/aChZgPBgsRf67ljm6apadApqU0JoShp+C1rCfY=; b=Mt2d7mHzNrsL6B+j7cXBw+mbEorQXfQAMfFP7wRz+EpEIFTcyzVJvL7Byp2iJ5degZ Me8JdaEvsPM3b070wkrzj8xyvy5e4uYQPCB1fpiIHOiXCBGWRzCIJ2np/xoGt9c5iC2y EFl9Ut7DbphNih37zu1WwJskHnHyr83bNQXXJZIgqg3jp4lH0yuIPIKV2mT36sDwEq/2 SNgRSwD+l2kCDkyb5aXtMElQlIvqmc2ogT6tIBVWI3CDOizODhg+N7RfxwGAGC/yCCOh 3SmfDz/QAU6q7TRB0v0VUYGkYVbfpJRMkOVLV+xMgFONyBaxc8c36Q2WWE2W3W9Rn3VI o4vA== X-Gm-Message-State: AAQBX9dJUXH/JxzYUvc4eXUn+Cg1H67qn6suFft+3uuzIsfbBI1iJhS0 pltOnk7egpQPrHUdYKbv56fjPcRBdKvbui88nkM= X-Google-Smtp-Source: AKy350Y+eCrQTpMQt+hqdrQAnZo/eYVzzSodJwnQ6aWkIJSJZbmPk9uwTZd8uxZw/2DbyxvfCZFTkQvspxyn9uKJDQA= X-Received: by 2002:a81:5e43:0:b0:555:ac76:a880 with SMTP id s64-20020a815e43000000b00555ac76a880mr15308726ywb.1.1682544507411; Wed, 26 Apr 2023 14:28:27 -0700 (PDT) MIME-Version: 1.0 References: <20230426204923.16195-1-amiculas@cisco.com> <4b8e3c30-9626-dffd-0aff-4b5c650154ad@gmail.com> In-Reply-To: From: Miguel Ojeda Date: Wed, 26 Apr 2023 23:28:16 +0200 Message-ID: Subject: Re: [PATCH v3] rust: helpers: sort includes alphabetically in rust/helpers.c To: Ariel Miculas Cc: Martin Rodriguez Reboredo , Ariel Miculas , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, ojeda@kernel.org, alex.gaynor@gmail.com, wedsonaf@gmail.com, boqun.feng@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com, benno.lossin@proton.me Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Wed, Apr 26, 2023 at 11:04=E2=80=AFPM Ariel Miculas wrote: > > This is the format I see in https://docs.kernel.org/process/5.Posting.htm= l# > ``` > Link: https://example.com/somewhere.html optional-other-stuff > ``` > And looking briefly through the git log I see the simple `Link: > www.example.com` format. Indeed, the one you have in the commit is the right one :) There are 5 commits in the kernel with the format mentioned by Martin, but they were probably unintentional. Cheers, Miguel