Fix checkpatch.pl issues with line over 80 characters in Adapter.h Signed-off-by: Heena Sirwani <heenasirw...@gmail.com> --- drivers/staging/bcm/Adapter.h | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index be959b9..a336d39 100644 --- a/drivers/staging/bcm/Adapter.h +++ b/drivers/staging/bcm/Adapter.h @@ -381,25 +381,33 @@ struct bcm_mini_adapter { struct bcm_flash_cs_info *psFlashCSInfo; struct bcm_flash2x_vendor_info *psFlash2xVendorInfo; UINT uiFlashBaseAdd; /* Flash start address */ - UINT uiActiveISOOffset; /* Active ISO offset chosen before f/w download */ + /* Active ISO offset chosen before f/w download */ + UINT uiActiveISOOffset; enum bcm_flash2x_section_val eActiveISO; /* Active ISO section val */ - enum bcm_flash2x_section_val eActiveDSD; /* Active DSD val chosen before f/w download */ - UINT uiActiveDSDOffsetAtFwDld; /* For accessing Active DSD chosen before f/w download */ + /* Active DSD val chosen before f/w download */ + enum bcm_flash2x_section_val eActiveDSD; + /* For accessing Active DSD chosen before f/w download */ + UINT uiActiveDSDOffsetAtFwDld; UINT uiFlashLayoutMajorVersion; UINT uiFlashLayoutMinorVersion; bool bAllDSDWriteAllow; bool bSigCorrupted; - /* this should be set who so ever want to change the Headers. after Write it should be reset immediately. */ + /* this should be set who so ever want to change the Headers. + * after Write it should be reset immediately. + */ bool bHeaderChangeAllowed; int SelectedChip; bool bEndPointHalted; - /* while bFlashRawRead will be true, Driver ignore map lay out and consider flash as of without any map. */ + /* while bFlashRawRead will be true, + * Driver ignore map lay out and consider flash as of without any map. + */ bool bFlashRawRead; bool bPreparingForLowPowerMode; bool bDoSuspend; UINT syscfgBefFwDld; bool StopAllXaction; - UINT32 liTimeSinceLastNetEntry; /* Used to Support extended CAPI requirements from */ + /* Used to Support extended CAPI requirements from */ + UINT32 liTimeSinceLastNetEntry; struct semaphore LowPowerModeSync; ULONG liDrainCalculated; UINT gpioBitMap; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html