180746 scripts/check-kernel-fix: print ACTION NEEDED at the end

Authored and Committed by Michal Hocko a month ago
    scripts/check-kernel-fix: print ACTION NEEDED at the end
    
    ACTION NEEDED has been printed as soon as it is clear there is an action
    required for a certain branch. This works well for regular run but it
    generates a confusing output for verbose mode
        Link: https://git.kernel.org/linus/f9a9f43a62a04ec3183fb0da9226c7706eed0115
        SL-16.0: nope_commit_in_base
        SLE11-SP4-LTSS: nope_unaffected
        SLE12-SP3-TD: nope_unaffected
        ACTION NEEDED!
        SLE12-SP5: MANUAL: backport f9a9f43a62a04ec3183fb0da9226c7706eed0115 (Fixes v4.12)
    
    fix this by printing this at the very end after all the processing is
    done.
    
        
file modified
+1 -2