Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752520AbcCLSAs (ORCPT ); Sat, 12 Mar 2016 13:00:48 -0500 Received: from smtp1.ccs.ornl.gov ([160.91.199.38]:59024 "EHLO smtp1.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750782AbcCLSAk (ORCPT ); Sat, 12 Mar 2016 13:00:40 -0500 From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin Cc: Linux Kernel Mailing List , Lustre Development List , James Simmons Subject: [PATCH 0/6] Last batch of lnet selftest cleanup Date: Sat, 12 Mar 2016 13:00:30 -0500 Message-Id: <1457805636-23859-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1241 Lines: 25 Some fixes from two earlier patches got dropped so we add them to this batch. Last of the style cleanups for LNet selftest. Redid the comment style patch to format the comments correctly. Dmitry Eremin (1): staging: lustre: add missing buffer overflow fix for console.c James Nunez (1): staging: lustre: Correct missing newline for CERROR call in sfw_handle_server_rpc James Simmons (4): staging: lustre: handle error returned from wait_event_timeout seltest timer staging: lustre: remove excess blank lines in lnet selftest code staging: lustre: realign some code in lnet selftest so its readable staging: lustre: cleanup comment style for lnet selftest drivers/staging/lustre/lnet/selftest/brw_test.c | 4 +- drivers/staging/lustre/lnet/selftest/conctl.c | 50 +++++++++++----------- drivers/staging/lustre/lnet/selftest/conrpc.c | 19 ++++---- drivers/staging/lustre/lnet/selftest/console.c | 11 ++--- drivers/staging/lustre/lnet/selftest/framework.c | 14 +++--- drivers/staging/lustre/lnet/selftest/ping_test.c | 6 +- drivers/staging/lustre/lnet/selftest/rpc.c | 8 ++-- drivers/staging/lustre/lnet/selftest/timer.c | 12 +++-- 8 files changed, 61 insertions(+), 63 deletions(-)