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 D3FD1C433FE for ; Thu, 20 Oct 2022 12:10:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229755AbiJTMK2 (ORCPT ); Thu, 20 Oct 2022 08:10:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbiJTMKZ (ORCPT ); Thu, 20 Oct 2022 08:10:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E71CD5754D for ; Thu, 20 Oct 2022 05:10:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7032C61B44 for ; Thu, 20 Oct 2022 12:10:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81BD5C433D6; Thu, 20 Oct 2022 12:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666267819; bh=GSMUH/eKqQMbqK1l7nYp1UCGLQtEoTNiAh7Rlt1uY9g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U5A1jK4BQ42KagOR/wKCbGOQlubNCVinPE6Za8e4Bw3EN2DiPX+hcwycpArEZOaZ9 Fz/PJuEp+b1hq2oi4E1LyAdnZVca234Daq2g5oiyEUkx3K9rnf6xESVp+0NP3fy28V L8Y9Uky6xYlkePWpxBPY4E6wFZwdaVxp0kSxlM2k= Date: Thu, 20 Oct 2022 14:10:17 +0200 From: Greg KH To: Tanju Brunostar Cc: Bhaskar Chowdhury , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, outreachy@lists.linux.dev Subject: Re: Request for assistance Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 20, 2022 at 12:34:02PM +0100, Tanju Brunostar wrote: > On Thu, Oct 20, 2022 at 12:27 PM Bhaskar Chowdhury > wrote: > > > > Use forward slash at the end every single chunk or piece of that line. > > > > Example : > > > > Veryyyyyyylooooooong. Linerrrrrrrrrrrrrrr > > > > Veryyyyyyyyyyyyy / > > > > Looooonggggggggg / > > > > > > Linerrrrrrrrrrr / No, please do not do that in normal C code. That's only for rare cases, like in a #define, that this style would be needed. thanks, greg k-h