From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932524AbVHaVt6 (ORCPT ); Wed, 31 Aug 2005 17:49:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932530AbVHaVt5 (ORCPT ); Wed, 31 Aug 2005 17:49:57 -0400 Received: from mailout1.vmware.com ([65.113.40.130]:19204 "EHLO mailout1.vmware.com") by vger.kernel.org with ESMTP id S932524AbVHaVtz (ORCPT ); Wed, 31 Aug 2005 17:49:55 -0400 Date: Wed, 31 Aug 2005 14:49:53 -0700 Message-Id: <200508312149.j7VLnrE4003130@zach-dev.vmware.com> Subject: [PATCH 0/2] Trivial cleanups to virtualization tree From: Zachary Amsden To: Andrew Morton , Linux Kernel Mailing List , Virtualization Mailing List , "H. Peter Anvin" , Zwane Mwaikambo , Chris Wright , Martin Bligh , Pratap Subrahmanyam , Christopher Li , Zachary Amsden , Zachary Amsden X-OriginalArrivalTime: 31 Aug 2005 21:50:00.0312 (UTC) FILETIME=[EF89CF80:01C5AE75] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Not very much of importance here, but the idea for these cleanups came along during discussion of my last set of patches with Chris Wright. One cleans up whitespace, another improves understandability of the mysterious +/- 1's in the page table init code. Zachary Amsden