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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68957ECDE5F for ; Sat, 21 Jul 2018 13:40:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E0F92086A for ; Sat, 21 Jul 2018 13:40:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E0F92086A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728088AbeGUOda (ORCPT ); Sat, 21 Jul 2018 10:33:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32960 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727867AbeGUOda (ORCPT ); Sat, 21 Jul 2018 10:33:30 -0400 Received: from localhost (LFbn-1-12238-233.w90-92.abo.wanadoo.fr [90.92.53.233]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 303AEACD; Sat, 21 Jul 2018 13:40:41 +0000 (UTC) Date: Sat, 21 Jul 2018 15:40:37 +0200 From: Greg KH To: Todd Poynor Cc: devel@driverdev.osuosl.org, "toddpoynor@gmail.com" , frankhu@chromium.org, John Joseph , LKML , Rob Springer , groeck@chromium.org, Dmitry Torokhov Subject: Re: [PATCH 00/14] staging: gasket: assorted cleanups Message-ID: <20180721134037.GA6994@kroah.com> References: <20180721125713.88501-1-toddpoynor@gmail.com> <20180721131720.GA4290@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 21, 2018 at 06:30:33AM -0700, Todd Poynor wrote: > On Sat, Jul 21, 2018 at 6:17 AM Greg Kroah-Hartman > wrote: > > > > On Sat, Jul 21, 2018 at 05:56:39AM -0700, Todd Poynor wrote: > > > From: Todd Poynor > > > > > > Various fixups arising from the chromium review of the gasket and apex > > > drivers. > > > > Didn't I just apply this whole series? Why resend it? > > This is another round of cleanups from the chromium review, I can > update the subject to make that more clear. Given that the first patch just didn't apply to my tree at all, you need to just start over with a new series as I think you are not in sync. Please rebase and resend. thanks, greg k-h