From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754828AbbDTJGz (ORCPT ); Mon, 20 Apr 2015 05:06:55 -0400 Received: from mga09.intel.com ([134.134.136.24]:64973 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754242AbbDTJGy (ORCPT ); Mon, 20 Apr 2015 05:06:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,608,1422950400"; d="scan'208";a="697856385" Message-ID: <1429520803.2878.298.camel@linux.intel.com> Subject: Re: [PATCH] Staging: i2o: fixed various code style issues in i2o_block.c From: Alan Cox To: Yorick Rommers Cc: gregkh@linuxfoundation.org, helen.fornazier@gmail.com, iskaranth@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Mon, 20 Apr 2015 10:06:43 +0100 In-Reply-To: References: Organization: Intel Corporation Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2015-04-18 at 22:12 +0200, Yorick Rommers wrote: > From: Yorick > > This is a patch that fixes errors regarding whitespaces and split strings. Wouldn't worry. The i2o layer is in staging because it is about to be dropped from the kernel unless someone steps up to maintain it. Given its unlikely anyone even has hardware I doubt that will happen. Alan