Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752852AbdDJHYw (ORCPT ); Mon, 10 Apr 2017 03:24:52 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:33567 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbdDJHYv (ORCPT ); Mon, 10 Apr 2017 03:24:51 -0400 From: Vincent Legoll To: Greg Kroah-Hartman , Chris Bostic , Jeremy Kerr , linux-kernel@vger.kernel.org Cc: Vincent Legoll Subject: [PATCH] Explain FRU - Field Replaceable Unit Date: Mon, 10 Apr 2017 09:24:40 +0200 Message-Id: <20170410072440.21008-1-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 710 Lines: 23 TODO: maybe make more explicit the "POWER" part, as in IBM POWER architecture or OpenPOWER... Signed-off-by: Vincent Legoll --- drivers/fsi/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 04c1a0e..6b8a98c 100644 --- a/drivers/fsi/Kconfig +++ b/drivers/fsi/Kconfig @@ -7,6 +7,6 @@ menu "FSI support" config FSI tristate "FSI support" ---help--- - FSI - the FRU Support Interface - is a simple bus for low-level - access to POWER-based hardware. + FSI - the FRU (Field Replaceable Unit) Support Interface - is a simple bus + for low-level access to POWER-based hardware. endmenu -- 2.9.3