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 CE941C19F2A for ; Thu, 11 Aug 2022 09:12:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234895AbiHKJMK (ORCPT ); Thu, 11 Aug 2022 05:12:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbiHKJMJ (ORCPT ); Thu, 11 Aug 2022 05:12:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E20F11C0F; Thu, 11 Aug 2022 02:12:08 -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 2B1D4615B8; Thu, 11 Aug 2022 09:12:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B494C433D6; Thu, 11 Aug 2022 09:12:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660209127; bh=TiiyYRlsZds05edxZzrfUjsJ5IkMPA6XiiaHQ0Nzm1w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WwrqAwEhiyd031bVDQWmvRR7xqClsVK828Td0UlMcJUj82bsxKTAWjJrRNgo3lvLE y1Wc7i8kWy2GhEbWt2XhHXYZl2i/4wVm3xQIZYcGMBVW3fDNhdKaKMChVQhj5RtFRz cnLBmQsNdqe6i1RsnsSV7WN+E5mHN83BwV0Misa4= Date: Thu, 11 Aug 2022 11:12:04 +0200 From: Greg KH To: Zhou jie Cc: johan@kernel.org, kernel@nfschina.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v2] usb/serial:Repair function return value Message-ID: References: <20220811090501.6999-1-zhoujie@nfschina.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220811090501.6999-1-zhoujie@nfschina.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 11, 2022 at 05:05:00PM +0800, Zhou jie wrote: > > The return value processing has been done in the write_mos_reg() function, no additional operations are required here, just return the result directly. > Also the indentation of the second line is now incorrect? What's wrong? > I have no context for this email and do not understand it at all, sorry :(