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 4781BC433FE for ; Tue, 11 Oct 2022 06:31:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229844AbiJKGbY (ORCPT ); Tue, 11 Oct 2022 02:31:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbiJKGbX (ORCPT ); Tue, 11 Oct 2022 02:31:23 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2316C4DF2D for ; Mon, 10 Oct 2022 23:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=jV0lel4hcyRuBF4vz1VDWKObIFyCbpPDEDjiOKfaidA=; b=0k97Na1L4BlDblguquZuAmwWJ5 u/+oM3kp875M733+xD++gQEy5HHgVpcbNvFRUgkbWI23frPBbBJhpUcRmf4pPeAs9PRFoNP0ZF/sp N6H+4FFtS1iEt+DUTfSVmnD/JQ2+ZA5e6zvu4Q/soqklOCgaiGWUe1hlEgTaYn1tePcsimrEjkIkx D8Kur0fokKtfYAB4nJo1EXfepsScd0b3h4UbF1PaP7zUxg2cLwIoK7VJaYmSRYvcvdcF6DYkFV1oO jg/LqyRlqlhOMQGbxli9Fr6igygowJBP7iEikcp5URD8BfoW6Fkwy0EMyLaVF1g0US0ktNOijPWzE bnTDGETQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oi8nL-003SCu-Ua; Tue, 11 Oct 2022 06:31:15 +0000 Date: Mon, 10 Oct 2022 23:31:15 -0700 From: Christoph Hellwig To: Jason Gunthorpe Cc: Christoph Hellwig , Alex Williamson , Cornelia Huck , kvm@vger.kernel.org Subject: Re: [PATCH v2 2/4] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c Message-ID: References: <0-v2-18daead6a41e+98-vfio_modules_jgg@nvidia.com> <2-v2-18daead6a41e+98-vfio_modules_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, Oct 10, 2022 at 03:42:03PM -0300, Jason Gunthorpe wrote: > You mean to fold the case branches into the existing switch statements > in tce_iommu_ioctl()? Like below with indenting fixed? Yes.