From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D7351CBEA1; Fri, 6 Sep 2024 15:15:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725635717; cv=none; b=c47ZH4YiVdn/pdDbE9CW65z7o+65yCt4766KT0sew/bA4D3S9wnMFoKzlsgzWl+IF21kun2TC8pojUZPPjZmAYs9ZATtfivp/fTxOUAi2V1GOlvDYEEjvBk9xk6xrkvJCR8V4JJ68Qm9xX3XOzW/cstPi7I2E69C24syrjpYY+s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725635717; c=relaxed/simple; bh=Gnc/4KAM4fHA4+upX3cvFTZXBC9ilSaBQYoGOG13GG0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nEr7u1DekoI+lw4Bjf4/IuGlFZyGbNONQ4BPhuYFzfMdB1YyutHS1Q/R12kzELybL7Cvqu5CN3yunvHFXxWaEhBPexd/fI0LPY74tSZhd2hxjbKCUDDvTg4gFVUfaLMZ2t66rEB1PHcViB9ha9DQtmuT8akBZ1dT15+rYfulO2Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=wNmZzNvJ; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="wNmZzNvJ" Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 9253F1F9DF; Fri, 6 Sep 2024 17:15:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1725635713; bh=CrABqqyh4+mS8jDbX2WPd72bPfeYdPw2R1LFZwEqFEQ=; h=From:To:Subject; b=wNmZzNvJTqvhw+SnezFKo2QMTd0PrUvBWX0w4wQcwLEYVx9hIfdys+o0yECJNdbay HSWyGJjYq+8QEoKGCR4c2MFaZee5TwzPRGtzdgQ8leqPSr/HNkPrdQmw3L0teaEfch ZmE8DDe04JzKv5xUQ46dWgukf+9OpaM0omdhasQDRP+INTuBNovAcyGssD+uTOshIM k31+meUuO354iL8LCLWso6/+EW8uirxzXN/f/yrZHISti08SM5KSiJHBBxKH4b9mzB 6n3jpkyzEkv9ToVV7C3OWe6BsKDAstpeX97p3qFhONKqYsmnkZAuCw+QAzVNerQYkN sYrLedEZkKmOw== Date: Fri, 6 Sep 2024 17:15:12 +0200 From: Francesco Dolcini To: Sascha Hauer Cc: Brian Norris , Francesco Dolcini , Kalle Valo , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/12] wifi: mwifiex: fix indention Message-ID: <20240906151512.GG45399@francesco-nb> References: <20240826-mwifiex-cleanup-1-v1-0-56e6f8e056ec@pengutronix.de> <20240826-mwifiex-cleanup-1-v1-9-56e6f8e056ec@pengutronix.de> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240826-mwifiex-cleanup-1-v1-9-56e6f8e056ec@pengutronix.de> On Mon, Aug 26, 2024 at 01:01:30PM +0200, Sascha Hauer wrote: > Align multiline if() under the opening brace. > > Signed-off-by: Sascha Hauer Reviewed-by: Francesco Dolcini