Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 17:46:13 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364877 - head/sys/cam
Message-ID:  <202008271746.07RHkD4V078434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Aug 27 17:46:13 2020
New Revision: 364877
URL: https://svnweb.freebsd.org/changeset/base/364877

Log:
  Fix tiny style nit.

Modified:
  head/sys/cam/cam_xpt_internal.h

Modified: head/sys/cam/cam_xpt_internal.h
==============================================================================
--- head/sys/cam/cam_xpt_internal.h	Thu Aug 27 17:36:06 2020	(r364876)
+++ head/sys/cam/cam_xpt_internal.h	Thu Aug 27 17:46:13 2020	(r364877)
@@ -107,7 +107,7 @@ struct cam_ed {
 	struct	cam_ccbq ccbq;		/* Queue of pending ccbs */
 	struct	async_list asyncs;	/* Async callback info for this B/T/L */
 	struct	periph_list periphs;	/* All attached devices */
-	u_int	generation;		/* Generation number */
+	u_int		 generation;	/* Generation number */
 	void		 *quirk;	/* Oddities about this device */
 	u_int		 maxtags;
 	u_int		 mintags;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271746.07RHkD4V078434>