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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to