From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6807276568426053632 X-Received: by 2002:a9d:7a9:: with SMTP id 38mr17068955oto.60.1584959817433; Mon, 23 Mar 2020 03:36:57 -0700 (PDT) X-BeenThere: outreachy-kernel@googlegroups.com Received: by 2002:aca:49cc:: with SMTP id w195ls20209oia.10.gmail; Mon, 23 Mar 2020 03:36:56 -0700 (PDT) X-Google-Smtp-Source: ADFU+vu76UlDQYTDU8BQp/LkJv/OgHxsIeKNdMMBRYiYJlVy0Cc2nUXyy2BGtYVAOfI1AZYVqYHL X-Received: by 2002:a05:6808:6c9:: with SMTP id m9mr16843342oih.157.1584959815700; Mon, 23 Mar 2020 03:36:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584959815; cv=none; d=google.com; s=arc-20160816; b=XkgkiIP3oSWFBalUnkVOe0tCKfKRa3Zrr9whmnMMxzSfroXJI4ak2gEOOMmyPyj/bX 6njsrbYR0Vl578VwoBkKiBXa9qqCnJQl1LPQ1sRi6NopoEEAkeTklYiO/VGf+1opXLaX n/pZ2BBLICoRoaLjGiIhobSYFX0/lw4o0vBruScA10E+JJ7MTSyxAeV4f13L1EIbB0jh qRBPRNS+u/oRVenV8hNiZVBYFyhnBgd8qxT/ZCEEpg5ltFPm2o9WiS43iTIRihfEnBW0 +Ky4qG+jPFiV+9RWdsQALnTXKLKuwHHRNBkIp5o/GFTkPi9sJgpB75v1BwWWpg+4AnTS iV7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:dkim-signature; bh=0QgcCHEQc6MjSr2ntF/ZjNOhtgoe0J8+huN7yLwv4dQ=; b=Eeufm7Cht8l7rIywa9Zl684R2FS3VxJDehLAF8zqawl1v4WexlZGasbua0omk9jvgI gRXawbLL2Z8RorAcP0ZQ5SzL3qMSbHt8/7QZhr4OLclDbXooa6OQXkKQ9aGZo38AGY8N CkX1jwOS7taguq/m7HPU2OrTIYbFeK6f2ON93JZ6f6UHSSFPVYTGDej9uEa7+Wc0Ky5j Z2x+hQ+Gth2BK7HkdS4fG6zudgU4QwwBuLmKAj1lcCCZcXm0QkN5mCUeX9YTSjN5/j6M sKeyY1PT4/lFXlQaDL9zy9oPLyvsfxe7AtWIl4gtyd09VfN75khthwAoZFkIWIxcXc1P SwtQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=lyzvrZAd; spf=pass (google.com: domain of gregkh@linuxfoundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Return-Path: Received: from mail.kernel.org (mail.kernel.org. [198.145.29.99]) by gmr-mx.google.com with ESMTPS id o10si847556oic.1.2020.03.23.03.36.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Mar 2020 03:36:55 -0700 (PDT) Received-SPF: pass (google.com: domain of gregkh@linuxfoundation.org designates 198.145.29.99 as permitted sender) client-ip=198.145.29.99; Authentication-Results: gmr-mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=lyzvrZAd; spf=pass (google.com: domain of gregkh@linuxfoundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 535DB20722; Mon, 23 Mar 2020 10:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584959814; bh=wUAHV4HJXy9a4zJ5uMNQr9i6uwrDtygYyun0PwzmsKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lyzvrZAdfPz0DAhAGur9vpPtva/g3m4sXRcH6UfMgCzGortL1misCpq+05o+8dAIQ nQctROcD4BPCMbFEeDASyzZ4G4TvZhTjYnrGZ9SRJyKfeL2LeuvuoPpRuUGudQhv7w jJ2nJ54GLEMP35kKxXVPzeE9Wtvxab0S5IQpsDY4= Date: Mon, 23 Mar 2020 11:36:52 +0100 From: Greg KH To: Soumyajit Deb Cc: outreachy-kernel@googlegroups.com, perex@perex.cz Subject: Re: [PATCH 0/3] Resolve indentation and space warnings generated by checkpatch Message-ID: <20200323103652.GC452208@kroah.com> References: <20200323054836.48816-1-debsoumyajit100@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200323054836.48816-1-debsoumyajit100@gmail.com> On Mon, Mar 23, 2020 at 11:18:33AM +0530, Soumyajit Deb wrote: > This patchset adds space around operators and remove space after * in > pointer declarations and lastly removes uneccesary blank lines for the > same from the file hp100.c present under drivers/staging/hp/ directory. > > Soumyajit Deb (3): > staging: hp100: Add space around operator + > staging: hp100: Remove space after * in pointer declarations > staging: hp100: Remove uneccessary blank lines and resolve indentation > issues > I somehow don't see patch 1/3 here, did it get lost somewhere? Also, be sure your subject line of the 0/3 matches the other patches (you forgot "staging" and the driver name...) thanks, greg k-h